.newsletter_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;
}

.newsletter_table input {
	padding: 7px;
}

.newsletter_table select {
	padding: 7px;
	font-size: 13px;
}

.newsletter_hdr_row {
	background-color: #E8E8E6;
	color: #777777;
	font-size: 18px;
	height: 40px;
}

.newsletter_title_row {
	background-color: #DDCB9A;
	color: #000000;
	height: 40px;
}

.newsletter_error_row {
	font-weight: bold;
	background-color: #FF9999;
	color: #000000;
	height: 40px;
}

.newsletter_row {
	background-color: #F4F4F2;
	color: #666666;
	height: 40px;
}

.newsletter_button {
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}


