@charset "utf-8";
/* CSS Document */

#formularioEnviar {
	margin:30px;
	margin-left:105px;
}
.botonEnviar {
	background:url(../img/button.jpg) no-repeat left top;
	border:0;
	width:73px;
	height:32px;
	cursor:pointer;
}
.enviar {
	color:#F7A30A;
	text-transform:uppercase;
	margin-left:5px;
	font-size:16px;
	vertical-align:super;
}
.inputBg {
	background:url(../img/inputBg.jpg) no-repeat left top;
	border:0;
	width:394px;
	height:25px;
	padding-left:39px;
	padding-top:2px;
	color: #767e7d;
}
