
/*********************** Newsletter ****************************/


.contact{
	/*float: left;
	width: 380px;
	height: 350px;
	margin: 0 0 0 0;*/
}

#form-newsletter{
	/*float:left;*/
	
	width:320px;
	padding:0;	
	margin:0 auto;
	text-align: center;
	font-size:13px;
	color:#e2e2e2;
	font-weight:bold;
	/*background-color:#ce9997;
	Border:solid #9d6262 1px;*/
}

#form-newsletter label{
	float:left;
	display: inline;
	width: 50px;
	text-align:right;
	margin-top:7px;
	/*margin-left:15px;*/
	font-family:Times;
	font-size:12px;
	color:#fff;
	font-weight:bold;
} 

.form-newsletter-email {
  width: 130px;
	display: inline;
	margin-left:5px;
	margin-top:5px;
	font-family:Times;
	font-size:12px;
	color:#911f1a;
	font-weight:bold;
	background-color:#feebea;
	Border:solid #7981d0 1px;
	text-align:center;
 } 
.form-newsletter-submit{
   display:inline;
	 margin:0;
	/*position:relative;*/
	left:10px;
	top:12px;
	color:#000;
	font-family:Times;
	font-size:12px;
	font-weight:bold;
	/*background-color:#feebea;*/
	/*Border:solid #000 1px;*/
	margin: 5px 0 0 5px;
 }

#errorMsg-newsletter{
	/*float: left;*/
	width: 230px;
	margin: 5px 0 0 10px !important;
	margin: 5px 0 0 10px;
	text-align: center;
	font-size: 11px;
	color: #ff1f12;
}
