/*MooSlide stylesheet*/

.mooslide img {float:left;margin-top:25px;}


.mooSlide {
	background-color: #000000;
	padding: 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	border: 1px solid #fff;
	text-align: left;
	font-size: 0.85em;
	display: none;
	width: 625px;
	
	
}


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

.mooSlide .sep {
	width: 1px;
	
	margin-top: 25px;
	float: left;
	border-right: 1px solid #333;
}



a:hover {
	color: white;
}








.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;
}      
