div.newsLetterForm{
	overflow:hidden;
	width:400px;
}
div.newsLetterText{
	display:block;
	float:left;
	width:152px;
	height:18px;
	background:url('../images/newsletter/newsletter.jpg') top left no-repeat;
}
div.newsLetterInput{
	margin:0 5px 0 5px;
	display:block;
	float:left;
	width:195px;
}
div.newsLetterSubmit{
	display:block;
	float:left;
	width:30px;
}
input.newsLetterInput{
	background:#000;
	border:1px solid #252220;
	color:#e8a802;
	width:185px;
}
input.error{
	border:1px solid #fc4011;
}
input.newsLetterSubmit{

}
div.newsLetterThanks{
	width:304px;
	height:18px;
	background:url('../images/newsletter/thank_you.jpg') top left no-repeat;
}