.formContact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;	
	margin:0px;
	padding: 30px;
	background-image: url(../images/fondoform.gif);
	background-position: bottom;
	padding-top: 10px;
	margin-bottom: 30px;
}
.formContact input{
	width:250px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:none;
	border-bottom: 1px dashed #CCCCCC;
}
.formContact label{
	display:block;
	float:left;
	width:100px;
	color:#999999;
}
.formContact textarea{
	border:none;
	border-bottom: 1px dashed #CCCCCC;
	width:250px;
	height:100px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.formContact .send{
	width:62px;
	;
	height:17px;
	border:none;
	margin-left:100px;
}
.req{
	font-weight:bold;
	color:#FF6600;
}
.leyendaform{
	display: block;
	color: #999999;
	padding:3px;
	margin-left:100px;
}

