div#background{
	width: 684px;
	height: 600px;
	float: left;
	background: url(img/container_bg.jpg) no-repeat right top;
}

div#modulo{
	margin: 20px 0 0 0;
	width: 369px;
	float: left;
}

/* setto tutti i selettori per le form */
form{
	padding: 0 0 0 0;
}
INPUT[type=text]{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	border: 1px solid #5A9ECF;
	color: #333;
	background-color: #CFE2F0;
	width: 180px;
	height: 24px;
	float: left;
	display: block;
}

input[type=submit]{
	background: url(img/invia2.gif) no-repeat center center;
	padding: 0;
	text-transform: uppercase;
	/*color: #044C7D;*/
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	height: 44px;
	width: 164px;
}
input[type=button]{
	background: url(img/invia4.gif) no-repeat center center;
	padding: 15px 5px 15px 5px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 380px 100px 180px 380px;
	border: 0;
	width: 180px;
	height: 50px;
	float: right;
}

input[type=checkbox]{
	/*width: 180px;*/
	float: left;
	margin-top: 3px;
}
INPUT.obbligatorio{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	color: #333;
	background-color: #CFE2F0;
}
TEXTAREA{
	font: 10px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 340px;
	height: 24px;
	margin: 10px 0 10px 0;
	display: block;
}
TEXTAREA.obbligatorio{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #333;
	background-color: #EEF7D1;
	border: 1px solid #FFF;
}
LABEL{
	font: 14px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	/*color: #F85204;*/
	color: #505050;
	width: 180px;
	float: left;
	display: block;
}
LABEL.obblgatorio{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #F85204;
	LINE-HEIGHT: 15px;
}
SELECT{
	font: 13px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #505050;
	background: #FFF;
	width: 180px;
}

SELECT.obbligatorio{
	font: 12px "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
	border: 1px solid #000;
}
/*fine selettori form*/


/*formattazione altri tag*/

.required{
	width: 594px;
	float: right;
	border-top:1px solid #E8EBF1;
	/*border-bottom: solid 1px gray;*/
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: left;
}
.required1{
	width: 480px;
	height: 35px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	float: left;
}
.required2{
	width: 210px;
	height: 44px;
	margin-left: 20px;
	text-align: left;
	float: left;
	padding: 0px;
}
.larghezza {
	width: 90px;
}
.required_privacy{
	width: 480px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	float: left;
}
.required_button_ok{
	width: 480px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	float: left;
}
.optional{
	width: 180px;
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
}

.formimage{
  background-image:url('img/sfondo.gif');
  background-repeat:no-repeat;
  
}

.form_invisibile {
display:none;
float:left;
}

