#newsletter {
    float: left;
	width: 100%;
	height: 95px;
	margin-top: 10px;
}

#newsletter_title {
    float: left;
	width: 100%;
	text-align: center;
	color: #2C2F32;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 10px;
}

#newsletter_email_div {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#newsletter_email_div input {
    border: 0px;
	background-image: url(../cms/pics/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 172px;
	height: 20px;
	color: #000000;
	text-align: center;
}

#newsletter_button_div {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#newsletter_button_div input {
	background-color: #005584;
	border: none;
	color: #FFFFFF;
	padding: 2px 0px;
}

#newsletter_error {
    float: left;
	width: 100%;
	text-align: center;
	color: #FF0000;
	display: none;
}

#newsletter_confirm {
    float: left;
	width: 100%;
	text-align: center;
	color: #00FF00;
	display: none;
}

