/*MooSlide stylesheet*/
.mooSlide {
	background-color: #FFFFFF;
	padding: 25px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #000000;
	border: 1px solid #F4212A;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	display: none;
	width: 620px;
	 -moz-border-radius: 10px;
    background-image: url(../images/rotate-bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
    
	
}
.mooSlide h1 {
	height: 20px;
	padding-bottom: 10px;
}
.mooSlide h2 {
	height: 20px;
	padding-bottom: 10px;
}
/*
.mooSlide h1.padlock {
	background: url(../images/login-icon.gif) no-repeat 0 0;
	padding-left: 35px;
}


.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 .right {
	width: 270px;
	float: left;
	padding-left: 25px;
}
*/
.mooSlide .sep {
	width: 1px;
	height: 280px;
	margin-top: 0px;
	float: left;
	margin-right:15px;
	border-right: 1px solid #CCC;
}
/*
.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: 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: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(images/button_register.jpg) no-repeat 0 0;
}


.mooSlide input.button_submit {
	width: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(images/button_submit.jpg) no-repeat 0 0;
}

.mooSlide .loginClose {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 10px;
}

.mooSlide .loginClose a {
	display: block;
	width:10px;
	height: 15px;
	background: url(../images/delete.gif) no-repeat right 0;
	padding-right: 10px;
	position:absolute;
	border: none;
	font-size: 0.9em;
	color: black;
}

/*
.mooSlide .loginClose a:hover {
	background: url(../images/delete.gif) no-repeat right -26px;
} 
*/     