#cuestionario{
	background-color:#EEEEEE;
	padding:0;
	margin:0;
	color:#666666;
	width:550px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/*************************  Forms ************************/
fieldset{border:0;}
ul.form{list-style:none;padding:0;margin:0 auto;width:450px;border:0;}
ul.form li{
	height:25px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border: 1px none #464e5f;
}
.form_head{height:20px;width:400px;color:#aaa;text-align:center;border-bottom:0 !important;}
.form_head2{
	height:20px;
	width:400px;
	color:#666666;
	text-align:center;
	border-bottom:0 !important;
	font-weight: bold;
}

ul.form li label{display:block;float:left;width:160px;}
.required{display:block;font-size:10px;color:#999999;width:160px;float:left;clear:left;}
.norequired{display:block;font-size:10px;color:#5b6170;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{width:250px;background-color:#FFFFFF;border:2px solid #ccc;padding-left:3px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
input, select, textarea{
	width:500px;
	background-color:#FFFFFF;
	color:#666666;
	border:2px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;}
boton_enviar{
	color:#666666;
	font-weight:bold;
	border:2 solid #B8CCB0;
	cursor:pointer;
	display:block;
	height:34px;
	width:250px;
	overflow:hidden;
	text-align:center;
	background-color: #DCD7B8;
	
}
ul.form li.submit input{background:transparent url(/images/send.png) no-repeat;
border:0 none;
cursor:pointer;
display:block;
height:34px;
width:110px;
overflow:hidden;
text-indent:-4000px;
float:right;}
textarea{
	width:450px;
	background-color:#fff;
	border:2px solid #ccc;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;}
ul.form li textarea{height:90px;width:400px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:2px solid #AEF3AB!important;}
.invalid{border:2px solid #FFA8A8!important;}

