/*MooSlide stylesheet*/

.mooSlide {
	background-color: #ffffff;
	padding: 25px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #004282;
	border: 1px solid #004282;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	display: none;
	width: 455px;
}

.mooSlide .padlock {
	font-size: 1.4em;
	height: auto;
	/*padding-top: 22px;*/
	color: #69BE49;
	display: block;
}

/* padlock icon from IconsPedia */
/* http://www.iconspedia.com/icon/padlocks-1464.html */
.mooSlide .padlock {
	/*background: url(../_images/mooslide/padlock.jpg) no-repeat 0 0;*/
	/*padding-left: 35px;*/
}

a {
	text-decoration: none;
	color: #33CCCC;
}

a:hover {
	color: white;
}

.mooSlide form {
	margin: 0 0 10px 0;
	height: 26px;
}

.mooSlide .error {
	border: solid
}

.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: 185px;
	float: left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}

.mooSlide .sep {
	width: 1px;
	height: 180px;
	margin-top: 25px;
	float: left;
	border-right: 1px solid #004282;
}

.mooSlide input {
	border: 1px solid #004282;
	background: #ffffff;
	margin-right: 5px;
	margin-top: 4px;
	color: blue;
	height: 16px;
	float: left;
	clear: both;
	display: block;
}

.mooSlide input:focus {
	background: #EEEEFF;
}

.mooSlide input.error {
	border: solid 1px #B61485;
}

.mooSlide input.button_login {
	width: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(../_images/mooslide/btn-submit.gif) no-repeat 0 0;
}

.mooSlide input.button_register {
	width: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(../_images/mooslide/button_register.jpg) 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/mooslide/btn-close.gif) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

/*.mooSlide .loginClose a:hover {
	background: url(../_images/mooslide/button_close.jpg) no-repeat right -26px;
}*/

.mooSlide .info {
	padding-top:25px;
}      

.error-message {float:left; margin:0; padding:0 0 10px 25px; background: url(../_images/mooslide/icon-alert.gif) no-repeat; text-align:top;}
