/*MooSlide stylesheet*/

.mooSlide {
	background-color: #000;
	padding: 8px;
	line-height: 1.2em;
	color: #fff;
	border: 1px dashed #ccc;
	margin: 0 auto;
	text-align: left;
	display: none;
	width: 480px;
}

.mooSlide h1 {
	background:url(../images/email.gif) left no-repeat;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	margin: 0 0 12px 0;
	padding: 0 0 0 40px;
}

.mooSlide .loginClose {
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 26px;
}

.mooSlide .loginClose a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(../images/mooslide/button_close.jpg) no-repeat right 0;
	padding-right: 0px;
	border: none;
	font-size: 0.9em;
	color: black;
	text-decoration:none;
}

.mooSlide .loginClose a:hover {
	background: url(../images/mooslide/button_close.jpg) no-repeat right -26px;
}      

.mooSlide .loginClose a:active {
	color:#000;
	border:none;
	text-decoration:none;
}

.goal {
	position:absolute;
	background:#000;
	top:140px;
	left:60px;
	width:80px;
	height:160px;
}