#newsletter{
	float:left;
	margin-top:52px;
	padding-left:59px;
	width:173px;
}

#newsletter_title{
	color:white;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-bottom:0px;
	text-align:center;
	width:170px;
}

#newsletter_error{
	display:none;
	height: auto;
	float:left;
	color: red;
	width:100%;
	text-align:center;
}

#newsletter_confirm{
	display:none;
	height: auto;
	float:left;
	color: green;
	width:100%;
	text-align:center;
}

#newsletter_email_div{
	float:left;
	width:100%;
}

#newsletter_email{
	float:left;
	height:15px;
	width:173px;
	background-color: #AFAEA9;
	border: none;
}

#newsletter_button_div{
	float:right;
	margin-top:5px;
	padding-left:105px;
}

#newsletter_button{
	float:left;
	background-color: #DFDBDA;
	border: none;
	font-weight: bold;
	color: #30484C;
	cursor: pointer;
}
