.formulario{
	width:450px;
}
.formulario td{
	vertical-align:top;
	padding:3px;
}
.label{
	text-align:right;
	width:200px;
}
.enviar
{
	background:url(../imagenes/contacto/btnenviar.jpg) no-repeat 0 0;
	display:block;
	width:66px;
	height:28px;
	border:none;
	float:right;
}
.input, .textarea{
	border:solid 1px #918A8E;
	background:#FEEDED;
	width:200px;
}
.select{
	border:solid 1px #918A8E;
	background:#FEEDED;
	width:202px;
}
.requeridos{
	color:#FF0000;
	float:left;
	font-size:12px;
	padding-left:20px;
	background:url(../imagenes/contacto/obligatorio.jpg) no-repeat 0 center;
	line-height:30px;
}
#mensaje{
	color:#FF0000;
	font-size:12px;
	font-style:italic;
}