body {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
img {
	border: 0px;
	display: block;
}
a {
	color: #0085C0;
}
.container {
	margin: 0px auto;
	width: 748px;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: justify;
}
section {
	padding: 30px;
}
footer {
	height: 10px;
	background-color: #0085C0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	color: #0085C0;
	text-align: left;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	text-align: left;
}
h4 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}
hr {
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	border: 0px;
}
/* FORM */
form.dati {
	background-color: #DDD;
	border-radius: 8px;
	padding: 20px;
}
form.dati input {
	padding: 5px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
form.dati input[type='radio'], form.dati input[type='checkbox'] {
	width: auto;
	margin-left: 10px;
}
form.dati input.input_invia {
	color: #FFF;
	background-color: #0085C0;
	border: 0px;
	padding: 10px 20px;
	font-weight: bold;
}
table.dati th {
	text-align: right;
	padding: 5px;
	width: 210px;
}
table.dati td {
	padding: 5px;
}
.bottoni {
	margin-left: 220px;
}
span.errore {
	font-size: 10px;
	color: #F00;
	display: block;
}
.mini {
	font-size: 10px;
	margin-left: 215px;
	margin-bottom: 10px;
}
.azzurro {
	color: #0085C0;
}
.bot-open-cont {
	text-align: center;
	margin: 50px 0px 20px 0px;
}
.bot-open {
	background-color: #0085C0;
	color: #FFF;
	display: inline-block;
	margin: 0px 10px;
	width: 200px;
}
.bot-open a {
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0px;
	text-decoration: none;
}