
.module-panel .highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
.module-panel #container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

.module-panel #content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
/***** clearfix *****/
.module-panel .clear {clear: both;height: 0;line-height: 0;}
.module-panel .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.module-panel .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.module-panel .clearfix {display: block;}
/* End hide from IE-mac */
.module-panel .clearfix {height: 1%;}
.module-panel .clearfix {display: block;}

/* Panel Tab/button */
.module-panel .module-panel-tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.module-panel .module-panel-tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.module-panel .module-panel-tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.module-panel .module-panel-tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.module-panel .module-panel-tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.module-panel .module-panel-tab ul.login li a {
	color: #15ADFF;
    font-size:11px;
}

.module-panel .module-panel-tab ul.login li a:hover {
	color: white;
}

.module-panel .module-panel-tab .sep {color:#414141}

.module-panel .module-panel-tab a.open, .module-panel-tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.module-panel .module-panel-tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.module-panel .module-panel-tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.module-panel .module-panel-tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.module-panel .module-panel-tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
.module-panel {
    position: absolute;
    top: 0;
    left:0px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.module-panel #leo-module-panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

.module-panel #leo-module-panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

.module-panel #leo-module-panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

.module-panel #leo-module-panel p {
	margin: 5px 0;
	padding: 0;
}

.module-panel #leo-module-panel a {
	text-decoration: none;
	color: #15ADFF;
}

.module-panel #leo-module-panel a:hover {
	color: white;
}

.module-panel #leo-module-panel .content {
	width: auto;
	margin:0 auto 0 40px;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

.module-panel #leo-module-panel .content .left {
	width: auto;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

.module-panel #leo-module-panel .content .right {
	border-right: 1px solid #333;
}

.module-panel #leo-module-panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: auto;
	display: block;
}
.module-panel .lof-loadmodule-inner{
    position: relative;
    float:left;
    left: 0px;
    margin-right:20px;
}