.box
{ 
	border: thin solid #4e4e4e;
	background-color: #fff;
	color: #4e4e4e;	
	height:15px;width:150px;
	font-size:x-small;
	float:left;
}
#newsletterBlock p{
	margin-left:0px;
	margin-top: 40px;
	text-align:left;
}
#newsletterBlock form{
	text-align:left;
	margin: 10px auto;
}
#newsletterBlock input{
	font-size: small;
	border: solid thin #4e4e4e;
	margin: 2px;
	
}
#newsletterBlock h2.title{
	display:none;
}
#newsletterBlock input{
	margin-right:5px;
}
.form-required
{
	color:#cc0000;
}
.form-submit{
	background-color: #c3261c;
	border:none;
	color:#fff;
}
.errors{
	color: #cc0000;
	font-size: x-small;
}
