#newsletter_title{
	color:#038755;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:25px;
	width:100%;
}
#newsletter_subject{
	color:#424242;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	width:100%;
}

#newsletter_error{
	color:red;
	display:none;
	float:left;
	font-size:11px;
	padding-bottom: 5px;
	padding-left:5px;
	height:auto;
	padding-right:5px;
	padding-top:4px;
	text-align:center;
	width:auto;
}

#newsletter_confirm{
	color:green;
	padding-left:5px;
	display:none;
	float:left;
	font-size:11px;
	padding-bottom: 5px;
	height:auto;
	padding-right:5px;
	padding-top:4px;
	text-align:center;
	width:auto;
}

#newsletter_email_div{
	float: left;
	height: auto;
	padding-left:5px;
}

#newsletter_email{
	background-image:url(../cms/pics/newsletter_input_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	color:#424242;
	float:left;
	font-size:12px;
	height:18px;
	width:145px;
}

#newsletter_button_div{
	float:left;
	height:auto;
	padding-left:35px;
	padding-top:15px;
	width:25px;	
}

#newsletter_button{
	background-color:transparent;
	background-image:url(../cms/pics/newsletter_button_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	color:#424242;
	cursor:pointer;
	height:21px;
	font-size: 11px;
	font-weight: bold;
	margin-top:1px;
	padding-bottom:2px;
	width:82px;
}
