.newsletter_top{
	background: url('../assets/newsletterTOP.png') no-repeat;
	height:8px;
	width:236px;	
	
	
	margin-top: 10px;
}

div#newsletter_block{
	background: #EBEEF3;
	width:236px;
	apadding:5px;
	apadding-bottom:0px;
	amargin-bottom:-15px;
}

.newsletter_title{
	font-family:Arial;
	font-size:15px;
	color:#5181AE;	
	padding-bottom:10px;
	awidth:220px;
}

.newsletter_bottom{
	background: url('../assets/newsletterFundo.jpg') no-repeat;
	height:15px;
	awidth:236px;
	margin-bottom:20px;
}

div#newsletter_block input[type="text"]{
	border:1px #CCC solid;
	line-height:21px;
	vertical-align:center;
	font-family:Arial;
	font-size:11px;
	color:#666;
	width:200px;
	height:19px;
	
	padding: 0px;
	margin: 0px;
	display: block;
	
	margin-bottom: 5px; 
	padding-left: 3px;
	}
	
a.see_more_button{
	background: url('../assets/mais.png') no-repeat left center;
	
	font-family: Arial;
	font-size: 9px;

	color: #FF3300;
	
	text-transform: uppercase;
	
	padding-left:13px;
	text-decoration:none;
	
	display: block;
	float: left;
	
	height: 13px;
	line-height:13px;
	
	margin-top: 5px;
}

a.send_button{
	background: url('../assets/seta.png') no-repeat right center;

	font-family:Arial;
	font-size:9px;
	color: #FF3300;
	text-transform:uppercase;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
	
	padding-right: 15px;
	
	display: block;
	float: right;
	
	height: 13px;
	line-height:13px;
	
	margin-top: 5px;
}

a:hover{
	color:#760101;	
}
