/*  news  */

#news .bt input { width:57px; padding:0px; border:none; background:none;}

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

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

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

#news  textarea { height:80px;}

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

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

#news .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;}
