/* Newsletter form
*****************************************************************/
form{ display:inline;}
/*************************************/
#frmContact{ float: left; padding: 10px 0 0 22px; display: table;/* border: 1px solid #dedede;*/}
fieldset{ padding: 0 0 5px 0;}
label{ float: left; width: 140px; color: #401d00;}
label.auto{ width: auto;}
/* Input form
----------------------------------------------------------------*/
.input, .inputOver{	float: left; width: 150px; height: 17px; padding: 1px 0px 0px 1px;}
.textarea, .textareaOver{ float: left; width: 320px; height: 57px; font-family: Arial; font-size: 12px;}
.input, .textarea{ background-color: #f37f1c;	border: 1px solid #9d1f02; color: #fff; font-family: Arial;}
.inputOver, .textareaOver{ background-color: #be4006; border: 1px solid #fdeb9b; color: #fbd819; font-family: Arial;}
/* Checkbox
----------------------------------------------------------------*/
.checkbox{ float: left; width: 14px; height: 13px; margin: 0px 5px 0px 0px;}

.checkboxes{
  width: 150px;
  height: 18px;
  float: left;
  margin-bottom: 1px;
  display: table; }

  .checkboxes input{
    margin-top: 3px;
  }


/* Select
----------------------------------------------------------------*/
/*select{
  float: left;
	width: 145px;
  outline: none;
	background-color: #FFFFFF;
  border: 1px solid #656565;
  margin: 0 0 4px 0;
}*/
/* Buttons
----------------------------------------------------------------*/
.buttons{ height:14px; float: left; text-align: left; padding: 5px 0 5px 215px;}
.button, .buttonOver{
  float: left;
  width: 79px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
  font: bold 11px Verdana, Arial, sans-serif;
  padding: 0 0 2px 0;
}
.button { background: url(../images/contact/button.jpg) no-repeat top left; color: #601e00;}
.buttonOver { background: url(../images/contact/button-over.jpg) no-repeat top left; color: #ffcc28;}
/* Others
----------------------------------------------------------------*/
.star{ color: #823d39; font-family: Arial, Helvetica, sans-serif;}
#capa{ width: 150px;}
.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{ clear:both;padding-left: 250px; width: 200px; font-size: 10px; color: #823d39;}
