/*MooSlide stylesheet*/

.mooSlide {
	background-color: #000000;
	padding: 25px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
	display: none;
	width: 220px;
	opacity:.8;
}

.mooSlide h1 {
	font-size: 1.6em;
	height: 12px;
	color: white;
}
.mooSlide h1.padlock {
	padding-left: 35px;
}

a {
	text-decoration: none;
	color: #5F87AA;
}

a:hover {
	color: #000000;
}

.mooSlide form {
	margin: 0 0 10px 0;
	height: 26px;
}

.mooSlide label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 180px;
	display: block;
}

.mooSlide label a{
	float: left;
	clear: both;
	width: 180px;
	display: block;
	text-decoration:none;
	color:#EF4A4A;
}

.mooSlide .left {
	width: 200px;
	float: left;
	padding-left: 12px;
}

.mooSlide .right {
	width: 270px;
	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: 18px;
	float: left;
	clear: both;
	display: block;
	font-size:1.4em;
	width:195px;
}

.mooSlide input:focus {
	background: #545454;
}

.mooSlide input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

.mooSlide input.button_login {
	width: 59px;
	height: 26px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(Image/Layout/sign-in-btn.png) no-repeat 0 0;
}
.mooSlide input.button_login:hover {
	background: transparent url(Image/Layout/sign-in-btn-over.png) no-repeat 0 0;
}

.mooSlide input.button_register {
	width: 102px;
	height: 30px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(Image/Layout/sign-up-btn.png) no-repeat 0 0;
}

.mooSlide .loginClose {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 26px;
}

.mooSlide .loginClose a {
	display: block;
	width: 100%;
	height: 26px;
	padding: 2px;
	margin-left:5px;
	border: none;
	font-size: 0.9em;
	color: white;
	background: url(Image/Layout/close.png) no-repeat right 0px;
}     
