/* CSS contatti e form */

.contactbox,form{
background:url(../images/cssimages/contattibg.jpg) bottom left no-repeat;
margin:0 auto;
}

.contactbox{
padding:0 20px 50px;
width:640px;
voice-family: "\"}\""; 
voice-family:inherit;
width:600px;
}
html>body .contactbox{
width:600px;
}

/* CSS form */

form{
padding:0 0 50px;
width:640px;
}
fieldset{
border:none;
padding:0 20px;
background:url(../images/cssimages/formtopbg.jpg) top left no-repeat;
}
#dati{
padding-top:50px;
}

legend{
padding:2em 13em 0 !important;
padding:0 13em;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
font-size:1.5em;
font-weight:bold;
font-style:italic;
color:#f60;
text-align:center;
}

select,textarea,input,option,label{
color:#009;
font-family:Verdana, Arial,sans-serif;
font-size:1.2em;
margin:0.5em;
margin-right:0;
}

select,textarea,input,option{
background:#eff1d9;
}

select,textarea,input{
border:1px solid #bdc1a3;
}

select,input{
margin-left:0;
}

textarea,input{
padding:0.25em;
border-top-color:#ccd0b5;
border-left-color:#ccd0b5;
}

textarea{
width:550px;
height:150px;
display:block;
font-size:1em;
overflow:auto;
}

.button{
background:#d8dcc1 url(../images/cssimages/thumb-btn-bg.gif) repeat-x top left;
border:1px solid #bdc1a3;
padding:6px 12px;
font-weight:bold;
cursor:pointer;
margin-left:0.5em;
}
.button:hover{
background:#76b3e7 url(../images/cssimages/thumb-btn-bg-on.gif) repeat-x top left;
border:1px solid #1f82d8;
color:#fff;
}

