@charset "utf-8";
/* CSS Document */

.contenutoContainer {
	position			:relative;
	width				:100%;
	height				:900px;
}
.contenutodxContainer {
	position			:relative;
	float				:left;
	width				:720px;
	height				:900px;
	margin-top			:5px;
}
.contenutosxContainer {
	position			:relative;
	float				:left;
	width				:200px;
	height				:900px;
	background-color	:#e4e4e4;
	margin-top			:5px;
	margin-left			:15px;
	margin-right		:20px;
}
.etichettaform {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#000;
	text-decoration		:none;
	text-align			:right;
	padding-right		:10px;
	line-height			:30px;
}
.etichettatestoform {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#000;
	text-decoration		:none;
	line-height			:30px;
}
.titolopagina {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:18px;
	color				:#2b876d;
	padding-top			:10px;
	padding-bottom		:10px;
}
.testo {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#000;
	text-decoration		:none;
}
a.testo {
	text-decoration		:underline;
}
a.testo:hover {
	text-decoration		:underline;	
}
.testoverde {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:14px;
	color				:#2b876d;
	text-decoration		:none;
	font-weight			:bold;
}
a.testoverde {
	text-decoration		:underline;
}
a.testoverde:hover {
	text-decoration		:underline;	
}
.testoinvio {
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#F00;
	text-decoration		:none;
	text-align			:center;
	font-weight			:bold;
}
.testoprivacy {
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:10px;
	color				:#000;
	text-decoration		:none;
	text-align			:center;
}
