#popup {
width:480px;
height:160px;
position:absolute;
margin:0 0 0 200px;
padding:30px 0 0 0;
background-image:url(../immagini/sf-popup.png);
background-repeat:no-repeat;
font:"Times New Roman", Times, serif;
text-align:center;
font-size:16px;
color:#000000;
}
#popup a {
font-weight:bold;
color:#000000;
padding:0;
}
form#form3 {
border:1px solid #cccccc;
padding:10px;
font-size:10px;
background-color: #e1ebe0;
}
form#form3 label{
width:60px;
}
form#form3 input {
margin:0 0 0 20px;
font-size:10px;
border-color:#cccccc;
}
form#form3 input.submit {
margin:10px 0 0 0;
width:80px;
}