@charset "utf-8";
/* CSS Document */

/*stile contatti*/


div#contacts{
height:300px;
background-color:none;
float:right;
}


form#contact{
width:310px;
height:410px;
margin: 1.2em 0 0 0 ;
background-color:none;
float:right;
}

label{
float: left;
width: 54px;
height: 30px;
font: 12px Trebuchet MS;
margin-right: 5px;
text-align: left;
color: #000;
}

input,textarea,button{
border: 0px solid;
color: #000;
font: 12px Trebuchet MS;
background-color:#CCCCCC;
}

#nome{
background-color:#CCCCCC;
}
#email{
background-color:#CCCCCC;
}

div.input-cont{
float: left;
width: 240px;
height: 30px;
margin-bottom: 3px;
}

input{
display: block;
width: 220px;
background: #FFF;
margin:0 0 0 0px
}

div.textarea-cont{
float: left;
width: 240px;
padding: 1px;
}

textarea{
width: 220px;
height: 200px;
margin: 0px;
}

button#go{
float: left;
width: 64px;
text-align:center;
height:20px;
line-height: 25px;
font: 12px Trebuchet MS;
display: inline;
margin-left:5px;
margin-top:  10px;
padding: 0px 3px 3px;
background:url(../images/send.gif) no-repeat;
color: #fff;
cursor: pointer
}

button#submit{
float: left;
width: 64px;
text-align:center;
height:20px;
line-height: 25px;
font: 12px Trebuchet MS;
display: inline;
margin-left:5px;
margin-top:40px;
padding: 0px 3px 3px;
background-color:none;
background:url(../images/send.gif) no-repeat;
color: #fff;
cursor: pointer
}

div#adress{
height:410px;
width:317px;
float:left;
padding-right:15px;
text-align:right;
color: #000;
font-size:14px;
border-right: 1px solid #FF0000;

}

span.office{
color: #000;
font-size: 10px;
}

/*fine stile contatti*/