/* Newsletter form
*****************************************************************/
form{ display:inline;}
/*************************************/
#frmContact{ float: left; padding: 15px 0 0 30px; display: table;/* border: 1px solid #dedede;*/}
fieldset{ padding: 0 0 5px 0;}
label{ float: left; width: 90px; color: #000000;}
label.auto{ width: auto;}
/* Input form
----------------------------------------------------------------*/
.input, .inputOver{	float: left; width: 170px; height: 17px; padding: 1px 0px 0px 1px;}
.textarea, .textareaOver{ float: left; width: 640px; height: 100px; font-family: Arial; font-size: 12px;}
.input, .textarea{ background-color: #f7eac6;	border: 1px solid #a4843b; color: #8f6b2b; font-family: Arial;}
.inputOver, .textareaOver{ background-color: #f7eac6; border: 1px solid #6dcb2d; color: #000; font-family: Arial;}
/* Checkbox
----------------------------------------------------------------*/
.checkbox{ float: left; width: 14px; height: 13px; margin: 0px 5px 0px 0px;}
/* Select
----------------------------------------------------------------*/
/*select{
  float: left;
	width: 145px;
  outline: none;
	background-color: #FFFFFF;
  border: 1px solid #656565;
  margin: 0 0 4px 0;
}*/
/* Buttons
----------------------------------------------------------------*/
.buttons{ float: left; text-align: left; padding: 10px 0 10px 210px;}
.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: #8f6b2b;}
.buttonOver { background: url(../images/contact/button-over.jpg) no-repeat top left; color: #000;}
/* Others
----------------------------------------------------------------*/
.star{ color: #8f6b2b; 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: 280px; width: 200px; font-size: 10px;}