/*This style sheet is used for mailing_list.php*/
.mailing_body {
	padding: 15px;
}
.form_cell {
	background-color: #CCFF66;
	width: 387px;
	height: 212px;
	margin: 7px;
	margin: 0 auto;
	padding: 25px;
}
.main_title_text {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	width: 340px;
	margin: 0 auto;
}
.input_field {
	font-size: 15px;
	color: #000000;
	float: right;
}
.title_label {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	float: right;
	margin-right: 6px;
}
.entry_row {
	width: 260px;
	height: 17px;
	margin-bottom: 40px;
}
/*This is the body section for mailing_submit.php*/
.submit_body {
	padding: 30px;
}
.input_error {
	font-size: 17px;
	color: #FF4646;
	font-style: italic;
	text-align: center;
}
.signup_success {
	font-size: 17px;
	color: #6DC543;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}