html,body{
height:100%;
width:100%;
text-align:center;
}
#registrazione{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	text-align: justify;
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #000000;
	/*border: 1px solid #000000;*/
	/*background-color: #d9e7ef;*/
	/*border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;*/
	padding: 0px;
}

#tableregistrazione input{
height: 10px;
font-size: 10px;
display: inline;
/*border:1px solid #000000;*/
float: left;
}
#tableregistrazione{
 width:450px;
 }
#privacyf{
position:relative;
top: 0px;
left: 20px;
width: 590px;
/*border:1px solid #000000;*/
}
.checkprivacy{
position:absolute;
top: 0px;
left: -15px;
/*width: 500px;
height: 500px;*/
/*border:1px solid #000000;*/
visibility:visible;

}
.bottoniLogin{
background-color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	}
#tabelladati{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	text-align: justify;
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #000000;
	/*background-color: #d9e7ef;*/
	/*border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;*/
	padding: 0px;
	}
#chiudi{
	position:absolute;
top: 0px;
left: 800px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
}
#chiudi a:link,
#chiudi a:visited{
color: #b2b2b2;
text-decoration:none;
}
#chiudi a:hover{
color: #c2c2c2;
text-decoration:none;
}
.messaggioOK{
font-size:13px;
color:#FF0000;
font-weight:bold;
}

