@charset "utf-8";
/* CSS Document */

body {
	margin:0px;

	height:100%;
	width:100%;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	
	background-color:#b5b5b5;
	background-image:url(../images/layout/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

div,td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:17px;
	/*text-align:justify;*/
}

.sep {
	height:1px;
	border-top:#cccccc solid 1px;
	margin-top:4px;
	margin-bottom:4px;
}

#main_table {
	height:100%;
	width:590px;
	border-left:#333333 solid 2px;
	border-right:#333333 solid 2px;
}

.titolo {
	color:#FF6600;
	font-weight:bold;
}

ul li {
	list-style-image:url(../images/arrow_right_gray.gif);
	margin-top:4px;
}

.field_newsletter{
	width:100%;
	background-color:#D4D4D4;
}

.field_newsletter_required{
	width:100%;
    border:#466BC3 solid 1px;
	background-image:url(../images/asterisco.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#D4D4D4;
}