/* CSS Document */

.form{
font: 100% Arial, Helvetica, sans-serif;
color:#151514;
background:#F3F0DF;
}
.campo_testo{
width:200px;
margin:5px 0;
}
.bottone{
width:70px;
background:#ACA685;
color:#000;
margin: 10px;
}
.form img{
float:right;
}
#iscrivi{
width:95%;
margin:0 0 0 5px;
float:left;
text-align:center;
}