/* 
DEFINIZIONE STRUTTURALE DELLA FORMA DELLA COLONNA DESTRA DEL SITO
*/
div#banner {
	float: right;
	clear:none;

	margin:0px;
	margin-top:1em;

	padding:0px;
	background-color:#666666;
	border:0px solid black;
	width:182px;
	text-align:center;
	-moz-border-radius: 10px;
}



#banner .mailing_list{
	width:169px;
	
	margin:0px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:1.5em;
	
	border:0px;

	text-align:center;

	background-image:url("../img/sfondo-boxgrigio_171xtot.gif");

	font-family:San Serif, Verdana ;
	font-size:0.85em;
}

#banner .mailing_list img{
	margin-left:5px;
	margin-top:3px;
	margin-right:5px;
	border:0px;
	width:160px;
}

#banner img .testaBOX {
	border:1px solid red;
	margin-top:1em;
	margin-bottom:0px;
}