.mooSlide {
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: left;
	display: none;
	width: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(form_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.close-position {
	height: 35px;
	width: 35px;
}

.mooSlide .loginClose {
	right: 20px;
	top: 10px;
	width: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	float: right;
}

.mooSlide .loginClose a {
	width: 100%;
	height: 28px;
	padding-right: 10px;
	border: none;
	font-size: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(form_close.png);
	background-repeat: no-repeat;
	background-position: -2px top;
}

.mooSlide .loginClose a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	border: none;
	text-decoration: none;
	background-image: url(form_close_hover.png);
	background-repeat: no-repeat;
	background-position: -2px top;
	height: 28px;
	width: 28px;
}
