form {
	margin: 15px 0;
}
label {
	font-weight: bold;
}
input, select {
	font-size: 11px;
	font-weight: bold;
	background-color: #A9C7D8;
	color: #0A3D91;
	padding: 0;
	margin: 0;
	border: 1px solid #0A3D91;
	text-transform: uppercase;
}
div#contenutoScrollabile {
}
div#corpoPrincipale h1, div#immagini {
	border-top: 1px dotted #0A3D91;
	border-bottom: 1px dotted #0A3D91;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	color: #8A6916;
}
div#immagini img {
	margin-right: 10px;
}