body {
	background-color: #000000;
	background-image: url(../images/fondo.gif);
}
#Layer1 {
	position:relative;
	width:550px;
	height:322px;
	z-index:1;
	overflow: auto;
}
.header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #32493C;
	text-decoration: none;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.tratto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #757A5F;
	border-right-color: #757A5F;
	border-bottom-color: #757A5F;
	border-left-color: #757A5F;
}
.menusx {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menusx:HOVER {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.formField {
	width: 140px;
}

.formFieldErr {
	width: 140px;
	background-color: #cccccc;
}

.stringField {
	width: 180px;
}

.emailField {
	width: 250px;
}

.textField {
	width: 560px;
	height: 100px;
}

.stringFieldErr {
	width: 180px;
	background-color: #cccccc;
}

.emailFieldErr {
	width: 250px;
	background-color: #cccccc;
}

.textFieldErr {
	width: 560px;
	height: 100px;
	background-color: #cccccc;
}

.consensoField {
	
}

.consensoFieldErr {
	background-color: #cccccc;
}
