#formBox {
	width:540px;
	float:right;
	padding:10px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}
#contentSx {
	width:390px;
	float:left;
	margin:0px;
}
/***** form   *****/
form {
	font-size:11px;
}
label {
	font-size:10px;
}
input.modulo {
	font-size:10px;
	border:0;
	width:200px;
	background-color:#e6e6e6;
}
select.modulo {
	font-size:10px;
	border:0;
	background-color:#e6e6e6;
}
textarea.modulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:540px;
	height:60px;
	border:0;
	background-color:#e6e6e6;
}
input {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
}

.bottone {
	background:#3D3D3D;
	border:1px;
	padding:3px;
	color:white;
}
.bottone:hover {
	background:#FF8E1B;
	border:1px;
	padding:3px;
	color:white;
}

