@charset "utf-8";
/* CSS Document */

#newsletter{
	width:200px;
	height:40px;
	position:relative;
	float:left;
}


#newsletter ul {
	list-style:none;
	margin:0;
	padding:0;
}


#newsHeader{
	font-weight:bold; 
	font-size:20px;
}

#newsTitle{
	width:200px;
	position:relative;
	height:20px;
	padding:11px 0px 9px 0px;
	background:url(../images/newsletter-right.png) no-repeat top left;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	text-align:center;
}

#newsContent{
	top:100%;
	width:200px;
	padding:5px;
	border-top:0px !important;
	display:none;
	position:absolute;
	z-index:9999;
	
	color:#222;
	background:url(../images/newsletter-back.png) bottom center no-repeat;
	text-align:center;
}

#newsTitle:hover{cursor:default !important;}
