body {
background: #5d443f url(images/sfondo_contatti.jpg) repeat-y 32px 0px;
/*----------------------------qui sopra */
}

.cont_sx {
float: left;
width: 200px;
text-align: right;
padding-bottom: 10px;
}

.cont_dx {
float: left;
width: 396px;
padding-left: 10px;
padding-bottom: 10px;
}

.cont_input {
border: 1px solid #D56F1D;
background: #6B514C;
font-size: 13px;
width: 380px;
color: white;
height: 21px;
}

.cont_textarea {
border: 1px solid #D56F1D;
background: #6B514C;
font-size: 13px;
width: 380px;
color: white;
}

.cont_button {
border: 1px solid #D56F1D;
background: #402C28;
font-size: 13px;
width: 190px;
color: white;
height: 21px;
}

