#container{
	width:960px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding-bottom: 20px;
}

	#logo{
		width: 960px;
		height: 193px;
		float: left;
	}
	
		#logo_sx{
			/*width: 305px;*/
			height: 193px;
			/*float: left;*/
			background-image: url("../img/logolago.png");
			background-repeat: no-repeat;
			background-size: auto 100%;
			background-position: center center;
		}
		
		#titolo{
			width: 350px;
			height: 193px;
			float: left;
			font-size: 20px;
			color: black;
			font-family: bold;
			text-align: center;
		}
		
		#logo_dx{
			width: 305px;
			height: 193px;
			float: left;
		}
		
	#testo_titolo{
		color:black;
		font-weight: bold;
		font-size: 14px;
	}
		
	#form_modulo{
		width: 960px;
		float: left;
	}
	
		.sx{
			width:470px;
			float: left;
			margin-right: 20px;
		}
	
		.dx{
			width:470px;
			float: left;
		}
	
		#form_modulo input[type="text"]{
			width:300px;
			padding: 5px;
			margin-top: 10px;
			float: left;
		}
		
		#form_modulo input[type="checkbox"]{
			padding: 5px;
			margin-top: 10px;
			float: left;
		}
		
		#form_modulo select{
			width:300px;
			margin-top: 10px;
			padding: 5px;
			float: left;
		}
		
		#form_modulo textarea{
			width:300px;
			height: 200px;
			margin-top: 10px;
			padding: 5px;
		}
		.titoletto{
			width: 470px;
			background-color: #ccc;
			color: black;
			font-weight: bold;
			margin-top: 10px;
		}
		
		.titolettolungo{
			width: 100%;
			background-color: #ccc;
			color: black;
			font-weight: bold;
			margin-top: 10px;
		}
		
		.titoletto2{
			width: 960px;
			background-color: #ccc;
			color: black;
			font-weight: bold;
			margin-top: 10px;
		}
		
		.inputradio{
			float: left;
			width: 15px;
			height: 15px;
			margin-top:10px;
			margin-right: 10px;
		}
		
		.textinputradio{
			float:left;
			width: 925px;
			margin-top:10px;
			text-align: justify;
		}
		
		.collegamenti{
			font-weight: bold;
			text-decoration: underline;
		}
		
		.film{
			width: 960px;
		}
		
		.film table{
			border-collapse: collapse;
			border: 1px solid #E7E7E7;

		}
		
		.film table thead td{
			vertical-align: middle;
			padding: 2px 5px;
			border-left: 1px solid #E7E7E7;
			border-bottom: 1px solid #E7E7E7;

		}
		
		.film table tbody td{
			vertical-align: middle;
			padding: 2px 5px;
			border-left: 1px solid #E7E7E7;
		}
		
		.sfondoriga{
			background-color: #efefef;
		}
		
.bordorosso{
	border: 2px solid #f55;
}
.grassetto{
	font-weight: bold;
}

.label{
	padding: 5px;
	margin-top: 10px;
	width: 140px;
}

.labelcheck{
	margin-top: 10px;
	width: 300px;
}

.left{
	float:left;
}

.right{
	float: right
}

.codiceconferma{
	font-weight: bold;
	font-size: 18px;
}

.sottolineato{
	text-decoration: underline;
}

.sottograss{
	font-weight: bold;
	text-decoration: underline;
}

