/* CSS Document */

#titolo {
font-size:18px;
color:#000099;
font-weight:bold;
}

div#contenuto{
font-size:14px;
}

form{
margin:20px;
}

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

input.testo{
font-size:14px;
width:303px;
background-color:#FFFFCC;
}

input.testoh{
font-size:14px;
width:303px;
background-color:#FFCC99;
}

textarea.testo{
font-size:14px;
background-color:#FFFFCC;
}

textarea.testoh{
font-size:14px;
background-color:#FFCC99;
}

input#invia{
font-size:14px;
width:150px;
margin:0px 75px;
}