/*  FORM  */

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

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

#form_view  input,
#form_view  textarea,
#form_view  select { 
	background-color:#555555;
	border:none;
	padding:4px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:11px;
}



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

#form_view  textarea { height:80px;}


#form_view  input:hover,
#form_view  textarea:hover,
#form_view  select:hover { 
	background-color:#444444;
	border:none;
	padding:4px;
	border-top:1px solid #6c8135;
	border-left:1px solid #6c8135;
	border-bottom:1px solid #a5e600;
	border-right:1px solid #a5e600;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:11px;
}

#form_view  input:focus,
#form_view  textarea:focus,
#form_view  select:focus { 
	background-color:#333333;
	border:none;
	padding:4px;
	border-top:1px solid #a5e600;
	border-left:1px solid #a5e600;
	border-bottom:1px solid #a5e600;
	border-right:1px solid #a5e600;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	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;}
