/*  NEWS  */

#news {
	padding:60px 0px 0px 80px;
	background-image:url('/media/images/back_newsletter.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

#news  label {
	color:#000000;
	text-align:left;
}

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

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

#news  input,
#news  textarea,
#news  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;
}



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

#news  textarea { height:80px;}


#news  input:hover,
#news  textarea:hover,
#news  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;
}

#news  input:focus,
#news  textarea:focus,
#news  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;
}


#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:#000000;
		border-bottom:3px solid  #a4e600;
}


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