/* original */
.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 {
	background-color: #B0E57C; 
	color: #004000;
}
.newsletter_legend {
	color: red;
}

/* w3nord */
.newsletter_legend {
	color:#546A8B;
}
.newsletter {
	color:#546A8B; text-align:center; padding:0px 5px 10px 5px; border:1px solid #7D9DD2;
}
.newsletter select{
	width:100px; margin:0px 5px 0px 10px;
}
.newsletter select, .newsletter input, .newsletter .nl_text{
	color:#546A8B; cursor:pointer;
	border:1px solid #7D9DD2;
	background-color:white;
}
.newsletter .submit{background-color:#CAD9F7;}
.newsletter .nl_text {width:250px; padding:1px 0px;}
