#contatti_sx {
	width: 200px;
	padding: 20px 20px 10px 0px;
	margin: 0;
    font-size: 12px;
	text-align: right;
	float: left;
	display: inline;
}
	#contatti_sx SPAN {
		color: #ED2E38;
	}
#contatti_dx {
	width: 460px;
	padding: 10;
	margin: 0px 0px 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: 460px;
}
	TABLE.contatti INPUT,
	TABLE.contatti SELECT,
	TABLE.contatti TEXTAREA {
	    font-family: Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #053F72;
		border-top: 2px solid #B1C5D6;
		border-right: 2px solid #EAF2F8;
		border-bottom: 2px solid #EAF2F8;
		border-left: 2px solid #B1C5D6;
		background: #EAF2F8;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	TABLE.contatti TEXTAREA {
		width: 96%;
		margin-right: 0px;
	}
	TABLE.contatti INPUT.button {
		background: url(../image/sub_blue_small.gif) repeat-x #053F72;
		padding: 2px 10px 1px 10px;
		margin: 0px 0px 0px 10px;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		border: 2px solid #9BB2C7;
	}
	TABLE.contatti INPUT.button:hover {
		background: url(../image/sub_red_small.gif) repeat-x #E1412F;
		border: 2px solid #E1412F;
	}
	TABLE.contatti INPUT.noborder {
		border: 0px solid #FF0000;
		background: none;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	TABLE.contatti INPUT.missing,
	TABLE.contatti SELECT.missing,
	TABLE.contatti TEXTAREA.missing {
	    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #053F72;
		border-top: 2px solid #E14230;
		border-right: 2px solid #E14230;
		border-bottom: 2px solid #E14230;
		border-left: 2px solid #E14230;
		background: #EAF2F8;
		margin-right: 10px;
	}
	DIV.missing {
		background: #EAF2F8;
		padding: 5px;
		border: 2px dotted #3083B9;
	}	
		DIV.missing B {
			color: #E14230;
		}



