H2.top {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}
#contatti_sx {
	width: 258px;
	padding: 20px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
    font-size: 12px;
	text-align: right;
	float: left;
	display: inline;
	border-bottom: 2px dotted #C8C7C7;
}
#contatti_dx {
	width: 258px;
	padding: 20px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
    font-size: 12px;
	text-align: left;
	float: left;
	display: inline;
	border-bottom: 2px dotted #C8C7C7;
}
.contatti_cox_center {
	width: 496px;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
    font-size: 12px;
    text-align: center;
	float: left;
	display: inline;
    border-bottom: 2px dotted #C8C7C7;
}
#contatti_center {
    width: 496px;
    padding: 10px 0px 0px 0px;
    margin: 0px 20px 0px 20px;
    font-size: 12px;
    float: left;
    display: inline;
}
SPAN.obbligo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED2E38;
}
TABLE.contatti {
	width: 496px;
}
	TABLE.contatti TD {
		vertical-align: top;
	}

	TABLE.contatti INPUT,
	TABLE.contatti SELECT,
	TABLE.contatti TEXTAREA {
	    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #113B6B;
		border-top: 2px solid #BAC0D0;
		border-right: 2px solid #E8EAEF;
		border-bottom: 2px solid #E8EAEF;
		border-left: 2px solid #BAC0D0;
		background: #F3F4F7;
		margin-right: 10px;
	}
	TABLE.contatti TEXTAREA {
		width: 96%;
		margin-right: 0px;
	}
	TABLE.contatti INPUT.noborder {
		border: 0px solid #FF0000;
		background: none;
		margin-right: 0px;
	}
	TABLE.contatti INPUT.button_blu {
		background: url(../image/input_button_blu.gif) repeat-x #113B6B;
		padding: 3px 5px 3px 5px;
		margin: 10px 10px 10px 0px;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		border: 2px solid #113B6B;
		cursor: hand;
		cursor: pointer;
	}
	TABLE.contatti INPUT.button_blu:hover {
		background-position: 0px -55px;
		background-color: #58777A;
		color: #FFFFFF;
		border: 2px solid #58777A;
	}
	DIV.missing {
		background: #F3F4F6;
		padding: 5px;
		border: 2px dotted #FF0000;
	}
		DIV.missing B {
			color: #FF0000;
		}
	TABLE.contatti INPUT.missing,
	TABLE.contatti SELECT.missing,
	TABLE.contatti TEXTAREA.missing {
	    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #1B2E65;
		border-top: 2px solid #FF0000;
		border-right: 2px solid #FF0000;
		border-bottom: 2px solid #FF0000;
		border-left: 2px solid #FF0000;
		margin-right: 10px;
	}

H3.iscrizione_title {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-size: 14px;
	color: #113B6B;
	text-align: center;
	border-bottom: 1px solid #58777A;
}

