@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400);

	body
		{	  
		     	background:#E2E2E2;
		  	    margin:0 auto;
				font-family:Arial;
				height:100%;		
		}
		.header
		{		 
			width:100%;
			height:200px;			
			margin-bottom:-20px;
		}
		.esterno{
			width:1000px;
			margin:0 auto;
			height:1000px;
			background:url(../sfondo.jpg)no-repeat;
		}
		.cont_mezzo{
			width:100%;		
		}
		.cont_testo{
			display:inline-block;
			width:40%;
			background:url(../form.png)no-repeat;
			background-size:cover;
			height:400px;			
			font-size: 21px;
			margin:0 auto;
			text-align:center;
		}
		.cont_form{
			width:37%;
			display:inline-block;
			background:url(../form.png)no-repeat;
			background-size:cover;
			height:400px;
			margin:0 auto;
			margin-left:225px;
			text-align:center;
		}
		
		.acconsento{
		    font-size: 13px;
			font-style: italic;
			text-align: center;
		
		}
		
		.textform{
			height: 35px;
			width: 300px;
		}
		.submit{
			width: 300px;
			font-size: 17px;
			height: 30px;
		}
		#Con_Si{
			width:20px;
			height:20px;
		}
		