/* CSS Document */

div#block{
	width:880px;
	float:left;
	margin:90px 0px 90px;
}

div#blocco{
width:780px;
float:left;
text-align:justify;
margin:90px 60px 90px;
font-size:14px;
}


table{
margin:0px 30px;
font-size:14px;
}

p.descrizione{
font-size:10px;
text-align:left;
margin:0px 0px 10px;
}

input.testo,input.testoh{
width:250px;
font-size:14px;
margin-bottom:5px;
}

input.testo{
background-color:#fff;
color:#000
}

input.testoh{
background-color:#fff;
color:#060;
}

td{
width:230px;
}

select.testo{
width:250px;
font-size:14px;
margin-bottom:5px;
}

input.pulsante{
width:100px;
}

p#privacy{
font-size:12px;
text-align:center;
margin-bottom:20px;
}

a:link.privacy{
color:#060;
text-decoration:underline;
}

a:visited.privacy{
color:#060;
text-decoration:underline;
}

a:hover.privacy{
color:#CC0000;
text-decoration:none;
font-weight:bold;
}