/*MooSlide stylesheet*/

.mooSlide {
	
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	/*border: 1px solid #33CCCC;*/
	margin: 0px;
	text-align: left;
	font-size: 12px;
	width: 261px;
	display:none;
}


.mooSlide h1 {
	font-size: 14px;
	height: 20px;	
	color: white;
	border:none;
	text-align:left;
}

.mooSlide table{ border-left:1px solid #9ec1ed; border-right:1px solid #9ec1ed; border-bottom:1px solid #9ec1ed; border-top:1px solid #9ec1ed; }
.close{ left:210px; font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:bold; padding-top:10px; }




/* padlock icon from IconsPedia */
/* http://www.iconspedia.com/icon/padlocks-1464.html */
.mooSlide h1.padlock {
	background: url(images/free-quote.png) no-repeat;
	color:#000;
}

.padlock {
	background: url(images/free-quote.png) no-repeat; 
	width:261px;
	height:55px;
	border:none;
}

a {
	text-decoration: none;
	color: #33CCCC;
}

a:hover {
	color: white;
}

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

.mooSlide label {
	float: left;
	padding-top: 0px;
	clear: both;
	width: 180px;
	display: block;
	line-height:24px;
}

.mooSlide .left {
	width: 200px;
	float: left;
	padding: 0px;
}

.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 #ccc solid;
	background: #fff;
	margin-right: 5px;
	margin-top: 4px;
	color: #000;
	height: 20px;
	float: left;
	clear: both;	
}
.mooSlide textarea {
	border: 1px #ccc solid;
}

.mooSlide input:focus {
	
}

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

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

.mooSlide input.button_register {
	width: 65px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(images/submit.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;
	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;
}      
