/* Newsletter form
*****************************************************************/
form{ display:inline;}
/*************************************/
#frmContact{ float: left; padding: 10px 0 0 40px; display: table;/* border: 1px solid #dedede;*/}
fieldset{ padding: 0 0 5px 0;}
label{ float: left; width: 80px; color: #000;}
label.auto{ width: auto;}
/* Input form
----------------------------------------------------------------*/
.input, .inputOver{	float: left; width: 170px; height: 17px; padding: 1px 0px 0px 1px; font-family: arial;}
.textarea, .textareaOver{ float: left; width: 526px; height: 70px;}
.input, .textarea{ background-color: #b2b1af;	border: 1px solid #272727; color: #000;}
.inputOver, .textareaOver{ background-color: #fff; border: 1px solid #abaeb3; color: #272727;}
/* Checkbox
----------------------------------------------------------------*/
.checkbox{ float: left; width: 14px; height: 13px; margin: 0px 5px 0px 0px;}
/* Buttons
----------------------------------------------------------------*/
.buttons{ float: left; text-align: left; padding: 10px 0 10px 170px;}
.button, .buttonOver{
  float: left;
  width: 112px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  font: bold 12px Verdana, Arial, sans-serif;
  padding: 0 0 2px 0;
}
.button { background: url(../images/contact/button.jpg) no-repeat top left; color: #000; border: none;}
.buttonOver { background: url(../images/contact/button-over.jpg) no-repeat top left; color: #272727; border: none;}
/* Others
----------------------------------------------------------------*/
.star{ color: #ff7217; font-family: Arial, Helvetica, sans-serif;}
#capa{ width: 170px;}
.notte p{	text-align: center;	font-size: 11px;}
.leftpad{ float:left; padding: 0 10px 0 0;}
.rightpad{ float:right; padding: 0 0 0 10px;}
.details-cont{ padding-left: 230px; width: 200px; font-size: 10px;}