
/*contenitore notizie,sinistra lista articoli*/
div#spaziolista{
	float: left;
	width: 530;
	background-color: #EAEAEA;
        height: 8px;
	}

div#container_sxlista{
	float: left;
	width: 530;
	background-color: white;
	}
/*---------inizio stile per notizia1*/
/*foto grande*/	
div#foto1_big{
	display: inline;
	float:right;
	width: 340;
	height:95;
	background-color: #e4e4e4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px
	}

/*foto piccola*/	
div#foto1_small{
	display: inline;
	float:left;
	width: 166;
	height:95;
	background-color: #e4e4e4;
	margin-top: 8px;
	margin-left:8px;
	margin-bottom: 8px;
	}
div#titolo1{
	width: 513;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 18pt;
	color: #333333;
	font-weight: bold;
	}

div#notizia1{
	width: 513;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
	}		

div#sottotitolo1{
	width: 513;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 12pt;
	color: #333333
	}	

/*----------------fine stile per notizia1*/		

/*----------------inizio stile per notizia2*/	
div#secondaNotizia {
width: 348px;
float: left;
}
div#foto2{
	float:left;
	width: 340;
	height:95;
	background-color: #e4e4e4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	display: inline;
	}


div#titolo2{
	float:left;
	width: 340;
	margin-left: 8px;
	font-family: Verdana;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	display: inline;
	}		
div#notizia2{
	float:left;
	width: 340;
	margin-left: 8px;
        margin-top: 5px;
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
	display: inline;
	}


/*----------------fine stile per notizia2*/		

/*----------------inizio stile per notizia3*/	
div#terzaNotizia {
width: 174px;
float: right;
}

div#foto3{
	float:right;
	width: 166;
	height:95;
	background-color: #e4e4e4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	display: inline;
	}
	
div#titolo3{
	float:right;
	width: 166;
	margin-right: 8px;
	font-family: Verdana;
	clear:right;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	display: inline;
	}
	
div#notizia3{
	float:right;
	width: 166;
	margin-right: 8px;
        margin-top: 5px;
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
	display: inline;
	}
	
/*----------------fine stile per notizia3*/

/*----------------inizio stile per notizia4*/	
div#quartaNotizia {
width: 174px;
float: left;
}

div#foto4{
	float: left;
	width: 166;
	height:95;
	background-color: #e4e4e4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	display: inline;
	}
	
div#titolo4{
	float:left;
	width: 166;
	margin-left: 8px;
	font-family: Verdana;
	clear:left;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	display: inline;
	margin-bottom: 10px;
	}
	
/*----------------fine stile per notizia4*/	


/*lista notizie*/		
div#quadratino{
    background-image: url('images/quadratino.gif');
    height: 4;
    width: 4;
    float:left;
    margin-top: 10px;
    margin-left: 4px
    }

div#titololista{
	float:left;
	width: 500;
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	}

div#notizialista{
	float:left;
	width: 490;
	font-family: Verdana;
	font-size: 7pt;
	color: #333333;
	margin-left: 20px;
        margin-bottom: 5px;
	}
/*----------------fine stile lista*/

/*---------inizio stile per ISCRIZIONE*/
div#campi_iscrizione{
	width: 513px;
    margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	clear:left;
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: bottom;
	color: #333333;
    border-top-style:dotted;
    border-top-width:1px;
	}	

div#form{
	width: 513px;
	clear: right;
	}
	
div#formiscrizione{
	float: left;
	width: 100px;
    margin-top: 8px;
    margin-left: 4px;
	font-family: Verdana;
	font-size: 12px;
	color: #999;
	}

div#formiscrizione span{
	font-size: 11px;
	color: red;
	}	

div#inputiscrizione{
	float: right;
	width: 400px;
    margin-top: 8px;
	margin-left: 4px;
	margin-bottom: 4px;
	}	


div#introiscrizione{
	width: 513px;
    margin-top: 12px;
	margin-right: 8px;
	margin-left: 8px;
	clear:right;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	}

div#introiscrizione span{
	color: red;
	}	
	
/*----------------fine ISCRIZIONE*/		
