DIV.newsletter {
	font-family:Verdana;
	font-size:11px;	
	color:#5E5E5E;
}
DIV.newsletter input#email {
	width:150px;
}
DIV.newsletter SPAN.subtitle {
	font-weight:bold;
	color:#0032BD;
}
DIV.newsletter SPAN.message {
	color:#5E5E5E;
}
DIV.newsletter DIV.moreinfo {
	clear:left;
	border-top:1px solid #C5C5C5;
	margin-top:20px;
}
DIV.newsletter DIV.moreinfo a {
	background-position:0px 50%;
	background-repeat:no-repeat;
	background-image:url(../images/arrow.gif);
	padding-left:10px;
	color:#E2001D;
}
