/* NEWSLETTER */

#news_container{
	padding-top: 10px;
	padding-left: 25px;
	
}




#news_form  input,
#news_form  textarea,
#news_form  select { 
	width:110px;
	height:11px;
	border:0;
	background-color:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	margin-bottom:8px;
}


#news_form  input:focus,
#news_form  textarea:focus,
#news_form  select:focus { 
	width:110px;
	height:11px;	
	border:0;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	margin-bottom:8px;
}

#news_form  input:hover,
#news_form  textarea:hover,
#news_form  select:hover { 
	width:110px;
	height:11px;	
	border:0;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	margin-bottom:8px;
}