.newsletter_code {
	background-color: #FAFAFA; 
	border: #D1D7DC;
	width: 600px; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}
.newsletter_subscribe_errmsg {
	background-color: #FFAEAE; 
	color: maroon;
}
.newsletter_subscribe_ok {
color: #ffffff;
font-size:10px;
text-align:justify;
}
.newsleter_legend {
	color: red;
}
form.newsletter_form input{
width:160px;
margin:5px auto;
}
form.newsletter_form select{
width:120px;
margin-left:22px;
}
form.newsletter_form input.submit{
color:#000000;
background:#990000;
margin-top:5px;
margin-left:35px;
width:100px;
border:1px outset #ffffff;
cursor:pointer;
}
#newsletter_fieldset fieldset{
margin:10px;
text-align:center;
}
