@charset "utf-8";
/* CSS Document */
	
#form_container{
	float:left;	
	margin:0 auto;
	width:88%;
	padding:20px 0 20px 40px;
	text-align:left;
	}		

#form1{
	margin:80px 0 0 0;
	height:auto;
	padding:20px 0 40px 0 !important;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0 2px 3px #000000;
	-moz-box-shadow:0 2px 3px #000000;
	border: 1px solid #999;
	box-shadow:0 2px 3px #000000;
	background:#E9EDF1;
/*	background:url(images/form_top.gif) no-repeat 0 0; */
	}
#form1 fieldset{
	border:none;	
	float:left;
	margin:0 0 10px 20px;
	}		
#form1 legend{display:none;}	
#form1 p{margin:.5em 0;}	
#form1 label{display:block;
	color:#006699;
	}	
#form1 input, #form1 textarea{		
/*	width:30%; */
	border:1px solid #ddd;
/*	background:#fff url(../images/form_input.gif) repeat-x; */
	padding:3px;
	}	

#form1 input {
	margin-bottom:15px;
}

#form1 textarea{
	overflow:auto;
}					
/*
#form1 input[type="submit"] {
	width:100px;
	margin-left:260px !important;
}
*/
#Contatti {
	position:absolute;
	left:130px;
	top:130px;
	width:360px;
}

.errore {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#903;
	font-size:12px;
	float:left;
	}