/*  FORM  */

#form_view .bt input { width:94px; padding:0px; border:none; background:none;}

#form_view .bt input:hover,
#form_view .bt input:focus { width:94px; padding:0px; border:none; background:none;}

#form_view .campo_label{
	background-color:#e7e7e2; color:#595952; padding:5px;vertical-align:middle;
}

#form_view .campo_input{
	background-color:#f1f1ee; color:#595952; padding:5px;vertical-align:middle;
}


#form_view  input,
#form_view  textarea,
#form_view  select { 
	background-color:#f1f1ee;
	border:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#595952;
	font-size:11px;
}



#form_view  input,
#form_view  textarea { width:335px; float:left; }

#form_view  textarea { height:80px;}


#form_view  input:hover,
#form_view  textarea:hover,
#form_view  select:hover { 
	background-color:#f1f1ee;
	border:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#595952;
	font-size:11px;
}

#form_view  input:focus,
#form_view  textarea:focus,
#form_view  select:focus { 
	background-color:#f1f1ee;
	border:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#595952;
	font-size:11px;
}


#form_view .asterisco { font-size:14px;}


div#separator {
        padding-top:20px;
		border-bottom:1px solid #a4e600;
		margin-bottom:20px;
		margin-top:10px; }

div#separator label {
        font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		color:#a4e600;
		border-bottom:3px solid  #a4e600;
}


#radio input  { width:14px; border:0px; background:none;}


#form_view label{
	display: block;
}

/*-----------------------------------------------------------------*/


