/*MooSlide stylesheet*/

#loginPanel{
position:absolute;
top:0px;}
.mooSlide {
	background: #000000 url("tlopanel.png") repeat-x scroll 0 40px;
	padding: 25px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	border: 0px solid #33CCCC;
	margin-left:0px;
	text-align: left;
	font-size: 0.85em;
	display: none;
	width: 655px;

}
.mooSlide1 {
	background-color: #000000;
position:absolute;
	padding: 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	border: 0px solid #33CCCC;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
	display: none;
	width: 950px;

}
.mooSlide_center {
	width: 950px;
margin-left:auto;
margin-right:auto;
}

.mooSlide h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 22px;
	color: white;
}

/* padlock icon from IconsPedia */
/* http://www.iconspedia.com/icon/padlocks-1464.html */
.mooSlide h1.padlock {
	background: url(images/padlock.jpg) no-repeat 0 0;
	padding-left: 35px;
}

.mooSlide h1.reg {
	background: url(images/reg.jpg) no-repeat 0 0;
	padding-left: 46px;
}
a {
	text-decoration: none;
/* 	color: #33CCCC; */
}

a:hover {
/* 	color: white; */
}

.mooSlide form {
	margin: 0 0 10px 0;
	height: 26px;
}

.mooSlide label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 180px;
	display: block;
}

.mooSlide .left {
	width: 200px;
	float: left;
	padding-left: 25px;
}
.mooSlide .left1 {
	width: 300px;
	float: left;
	padding-left: 25px;
}
.mooSlide .right {
	width: 355px;
	float: left;
	padding-left: 25px;
}

.mooSlide .sep {
	width: 1px;
	height: 180px;
	margin-top: 25px;
	float: left;
	border-right: 1px solid #333;
}

.mooSlide input {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
	float: left;
	clear: both;
	display: block;
}

.mooSlide input:focus {
	background: #545454;
}

.mooSlide input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

.mooSlide input.button_login {
	width: 86px;
	height: 21px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(images/button_login.png) no-repeat 0 0;
}

.mooSlide .button_register {
	width: 86px;
	height: 21px;
	cursor: pointer;
	border: none;
display:block;
	margin-top: 10px;
	background: transparent url(images/button_register.png) no-repeat 0 0;
}

.mooSlide .loginClose {
	display: block;
/*float:left;*/
	position: absolute;
	right: 20px;
	top: 10px;
	width: 26px;
}
.mooSlide1 .loginClose1 {
	display: block;
/*float:left;*/
	position: absolute;
	right: 20px;
	top: 10px;
	width: 26px;
}
.mooSlide .loginClose a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}
.mooSlide1 .loginClose1 a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}
.mooSlide .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -26px;
}    
.mooSlide form {
	margin: 0 0 10px 0;
	height: 26px;
}

.mooSlide label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 180px;
	display: block;
}

.mooSlide1 .left {
	width: 200px;
	float: left;
	padding-left: 25px;
}
.mooSlide1 .left1 {
	width: 570px;
	float: left;
	padding-left: 15px;
	padding-top:15px;
}
.mooSlide1 .left1 h1 {
	font-size:17px;
	line-height:1.4em;
	text-align:justify;
}
.mooSlide1 .left1 p {
margin-top:10px;
	font-size:14px;
	line-height:1.4em;
	text-align:justify;
}
.mooSlide1 .right {
	width: 270px;
	float: left;
	padding-left: 25px;
}
.mooSlide1 .right1 {
	width: 100px;
	float: left;
	padding-left: 25px;
}
.mooSlide1 .sep {
	width: 1px;
	height: 180px;
	margin-top: 25px;
	float: left;
	border-right: 1px solid #333;
}  