#form-container{
	width:498px;
	margin: 0 auto;
}

#form-title{
    width:498px;
	height: 31px;
	background: #0a3c91;
	font: 16px Arial;
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1px;
}

#form-content{
    width:498px;
	background: #f1e9e6;
	font: 13px Arial;
	line-height: 18px;
	color: #333333;
	text-align: center;
	padding-bottom: 60px;
}

#form-content a{
	color:#333333;
}


#form-subscribe{
	width:341px;
	margin: 0 auto;
	padding: 30px;
	background: #e0d9d6;
	border: 1px solid #ffffff;
	font: 13px Arial;
	line-height: 30px;
	color: #333333;
	text-align: left;
}

#form-subscribe label{
	width: 75px;
	float: left;
    text-align: left;
}


#form-subscribe label.error{
	width: 250px;
	float: left;
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    line-height: 16px;
    padding: 0px 0px 15px 75px;
    font-size: 13px;
}


#privacy label.error{
	width: 233px;
	float: left;
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
}


#form-subscribe input.text, select.text, textarea.text{
    width: 233px;
	height: 23px;
	border: 1px solid #c0c0c0;
	float: left;
}

.separator{
	clear:both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
}


#privacy, #opzioni_newsletter{
    width: 341px;
}

#privacy p, #opzioni_newsletter p{
	padding: 0px 24px;
	margin:10px 0px;
}

#privacy p.privacy-title{
	font: 14px Arial;
	line-height: 16px;
}

#privacy input.checkbox, #opzioni_newsletter input.checkbox{
	float:left;
}

#opzioni_newsletter label{
    width:320px;
	font: 12px Arial;
	line-height: 16px;
	float: left;
}


#privacy label{
	width:320px;
	font: 10px Arial;
	line-height: 16px;
	float: left;
}


#privacy p.privacy-notes{
	font: 12px Arial;
	line-height: 16px;
	font-weight: bold;
	color:#0a3c91;
}

#form-subscribe input.button{
	  width: 102px;
	  height: 35px;
	  border: none;
	  font: 16px Arial;
	  line-height: 35px;
	  font-weight: bold;
	  color: #ffffff;
	  padding-left:10px;
	  text-align: left;
	  background: url(http://static.contactlab.it/otis_it/2013/form/images/background-button.gif) #0a3c91 center center  no-repeat;
	  margin: 6px 0;
  }