/* CSS Document */

html {
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background-color: #7C8FBE;
	color: #000;
	height: 100%;
}


h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

fieldset {
	margin: 20px;
	margin-right: 50px;
	margin-left: 50px;
}

legend {
	font-weight: bold;
}




.tabella_corpo {
	background-color: #fff;
	height: 93%;
	margin-top: 10px;
}

.spazio {
	padding: 50px;
	text-align: center;
	vertical-align: top;
}



a.linkbianco {
	color: #fff;
	text-decoration: none;
}

a.linkbianco:hover {
	text-decoration: underline;
}



table.righe td {
	background-color: #E0E2E9;
}

.campo_nascosto {
	visibility: hidden;
	display: none;
	width: 100%;
}


.w44 {
	width: 250px;
}

.w56 {
	width: 350px;
}

table.righe tr.campo_obbligatorio {
	color: #f00;
}