.newsletter_code {
	border: 1px solid #ddd;
	padding: 0px;
	background: #fff;
	margin: 0px;
}
.newsletter_subscribe_errmsg {
	background-color: #ffe0cc;
	color: maroon;
	width: 90%;
	border: solid 1px #999;
	margin: 1em;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.newsletter_subscribe_ok {
	background-color: #d7f2bd;
	color: #004000;
	width: 90%;
	border: solid 1px #999;
	margin: 1em;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
fieldset.newsleter_fieldset input {
	float: left;
}
.newsleter_fieldset {
	padding:1em;
	color: #f60;
}
.newsleter_legend {
	color: gray;
}
.newsletter_label {
	width: 120px;
	display:inline-block;
	float: left;
	color: #222;
}
span.newsletter_label {
	clear: both;
}
.inputfield {
	width: 300px;
}
.newsletter_textarea {
	width: 506px;
	height: 320px;
	border: 1px solid #aaa;
	padding: 5px;
}
.newsletter_submit {
	height:30px;
	width:100%;
	font-weight:bold;
	font-size: 1.1em;
}
#err {
	color: #f60;
	margin: 0.5em 0px;
}
.nlcrd { /* May only be changed after the purchase of either Remove Link or Commercial license */
	display:none;
}
.nlcrd a:hover { /* May only be changed after the purchase of either Remove Link or Commercial license */
	display:none;
}
