/* Newsletter form
*****************************************************************/
form{ display:inline;}
/*************************************/
#frmContact{ float: left; padding: 15px 0 0 40px; display: table;/* border: 1px solid #dedede;*/}
fieldset{ padding: 0 0 5px 0; font-family: Arial; font-size: 12px;}
label{ float: left; width: 90px; color: #000; font-family: Arial; font-size: 12px;}
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: 540px; height: 60px;}
.input, .textarea{ background-color: #000;	border: 1px solid #7b7b7b; color: #f9e101;}
.inputOver, .textareaOver{ background-color: #7b7b7b; border: 1px solid #000; color: #fff;}
/* 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: 0 0 2px 170px;}
.button, .buttonOver{
  float: left;
  width: 115px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  font: bold 12px Arial, sans-serif;
  padding: 0 0 0 0;
}
.button { background: url(../images/contact/button.jpg) no-repeat top left; color: #fff;}
.buttonOver { background: url(../images/contact/button-over.jpg) no-repeat top left; color: #000;}
/* Others
----------------------------------------------------------------*/
.star{ color: #f9e101; 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: 240px; width: 200px; font-size: 10px; font-family: arial;}