/*  FORM  */

#form_view  label {
	color:#000000;
	text-align:right;
}

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

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

#form_view  input,
#form_view  textarea,
#form_view  select { 
	background-color:#f4f4f4;
	border:none;
	padding:2px;
	border-top:1px solid #656565;
	border-left:1px solid #656565;
	border-bottom:1px solid #656565;
	border-right:1px solid #656565;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}



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

#form_view  textarea { height:80px;}


#form_view  input:hover,
#form_view  textarea:hover,
#form_view  select:hover { 
	background-color:#dbdbdb;
	border:none;
	padding:2px;
	border-top:1px solid #656565;
	border-left:1px solid #656565;
	border-bottom:1px solid #656565;
	border-right:1px solid #656565;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

#form_view  input:focus,
#form_view  textarea:focus,
#form_view  select:focus { 
	background-color:#dbdbdb;
	border:none;
	padding:2px;
	border-top:1px solid #656565;
	border-left:1px solid #656565;
	border-bottom:1px solid #656565;
	border-right:1px solid #656565;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	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:#000000;
		border-bottom:3px solid  #a4e600;
}


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