/* 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: 140px; color: #ac302e;}
label.auto{ width: auto;}
/* Input form
----------------------------------------------------------------*/
.input, .inputOver{	float: left; width: 150px; height: 17px; padding: 1px 0px 0px 1px;}
.textarea, .textareaOver{ float: left; width: 590px; height: 60px; font-family: Arial; font-size: 11px;}
.input, .textarea{ background-color: #fff;	border: 1px solid #fb736b; color: #823d39; font-family: Arial;}
.inputOver, .textareaOver{ background-color: #ffbdb0; border: 1px solid #fb736b; color: #aa3043; 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 165px;}
.button, .buttonOver{
  float: left;
  width: 125px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  font: bold 11px Verdana, Arial, sans-serif;
  padding: 0 0 2px 0;
}
.button { background: url(../images/contact/button-over.jpg) no-repeat top left; color: #ffffff;}
.buttonOver { background: url(../images/contact/button.jpg) no-repeat top left; color: #aa3043;}
/* Others
----------------------------------------------------------------*/
.star{ color: #823d39; 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: 250px; width: 200px; font-size: 10px; color: #823d39;}