form{
	padding: 0 60px;
}
label{
 padding-left: 8px;
 color: #333;
 line-height: 18px;
}
input, textarea{
	border: thin solid #333;
	background: #eee ;
	font-size: 0.9em;
	margin-top: 5px;
	padding: 2px;
	color:#333;
}
#resultado_mail{
	padding-left: 8px;
 	color: #cc0000;
 	line-height: 18px;
}
textarea{
	width: 100%;
	height: 150px;
}
.botones{
	
}
