/* CSS Document */
/* gestione dei blocchi*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* gestione del FORM in Home Page*/
.set-form-dimension { 
	margin: 10px 10px 0px 6px;
}
.set-form-object {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.set-main-table {
	width: 764px;
	margin: auto auto auto auto;
}
.set-main-backg {
	background-image:url(../img/backg_center_white.gif);
	background-repeat: repeat-y;
}
.set-webmailold-backg {
	background-image:url(../img/backg_webmail_old.gif);
	background-repeat: no-repeat;
}
.set-webmailnew-backg {
	background-image:url(../img/backg_webmail_new.gif);
	background-repeat: no-repeat;
}
.set-company-backg {
	background-image:url(../img/backg_home-company.gif);
	background-repeat: no-repeat;
}
.set-row-backg {
	background-image:url(../img/backg_row-blue.gif);
	background-repeat: repeat-x;
}
.set-tratto-backg {
	background-image: url(../img/tratto_orizzontale.gif);
	background-repeat: repeat-x;
}
.set-webmail-backg {
	background-image:url(../img/backg_home-webmail.gif);
	background-repeat: no-repeat;
}
.set-homeTratteggio-X {
	background-image:url(../img/backg_home-tratto.gif);
	background-repeat: no-repeat;
}
.set-homeTratteggio-Y {
	background-image:url(../img/backg_home-trattoY.gif);
	background-repeat:repeat-y;
}
.top-menu-align {
	vertical-align: bottom;
}
.center-content-align {
	vertical-align: top;
}
#set-style-continua {
	vertical-align: bottom;
}




