.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;
}
.newsleter_legend {
	color: gray;
}	

.newsletter_label {
	width: 150px;
	display:inline-block;
}

.inputfield {
	width: 300px;
}
#err {
	color: red;
	margin-left: 30px;
	margin-bottom: 5px;
}

.nlcrd { /* May only be changed after the purchase of either Remove Link or Commercial license */
  color: #555555;
  font-size:9px;
  line-height: 5%;
}
.nlcrd a:hover{ /* May only be changed after the purchase of either Remove Link or Commercial license */
  color: red;
  background-color: white;
}