.formulario-correo{
	margin-top:20px;
}
.formulario-correo input {
	float:left;
	width:650px;
	border:1px solid #C0E1D1;
}
.formulario-correo textarea {
	float:left;
	width:650px;
	height:100px;
	border:1px solid #C0E1D1;
}
.formulario-aviso input{
	width:20px;
}
.formulario-correo .boton-enviar{
	float:right;
	margin-top:5px;
}