#simbolo {
	background-image: url('../images/mailing.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

.errore {
	color: red;
	font-size: 12pt;
}

#corpo{
	height: 525px;
	width: 727px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 1078px;
}

#invia {
	position: absolute;
	font-weight: bold;
	left: 605px;
	top: 25px;
	width: 200px;
	z-index: 100;
}

a.link_laterale:hover, a.link_laterale:visited {
	color: #0066CC;
}
a.link_laterale {
	color: red;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#sottotitolo {
	width: 480px;
}

#consenso {
	margin-left: 0px;
}

