/* CSS Document */

#newsletter{
	float:left;
	position:relative;
	width:595px;
	margin-left:15px;
	
}	

#newsletter *{
	font-family:Arial, Helvetica, sans-serif;
	color: #424242;
}

#newsletter .barragrossa{
	float:left;
	width:100%;
	height:5px;
	background-color:#EAEAEA;
}

#newsletter .campo{
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
}

#newsletter .titulo{
	float:left;
	width:100%;
	font-size:24px;
	font-weight:bold;
	line-height:80%;
	margin-bottom:20px;
}

#newsletter .subtitulo{
	float:left;
	width:100%;
	font-size:15px;
	margin-bottom:15px;
}
