
body {
	padding:0;
	margin:0;
	font-family:Helvetica,Verdana,Arial,sans-serif;
}
#newsletter{
	float:left;
	width: 149px;
	background:white;
}



#newsletter .header{
		font-size:12px;
		font-weight: bold;
	width: 135px;
	padding: 5px 7px 5px 7px;
	color:white;
	background:black;
	
}

#newsletter .body{
	width: 135px;
	padding: 5px 7px 5px 7px;

}

#newsletter .body input{
	color:#666666;
	width: 130px;
	margin-bottom:5px;
	padding: 2px;
}

#newsletter input#joinnow {
	text-align:center;
	font-size: 10px;
	display:block;
	background: url(images/bg/bg_button.gif) no-repeat top left;
	padding-top:0px;
	height: 20px;
	width: 136px;
	color:white;
	text-transform: uppercase;
}



