#contentNewsletter {
	background-color: #ededed;
	padding: 10px;
	width: 185px;
}

.newsletterTitle {
	display: block;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #ed1d24; 
	font-weight: bold;
}
.newsletterText {
	font-size:10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #565454;
}
#contentNewsletter input.btn_input{
	background: #ededed;
	color: #0062A2;
	text-transform: capitalize;
	font-weight: bold;
}
#contentNewsletter a{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11px;
}