@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/* Global forms style sheet for SITE NAME HERE                        */
/* Last Updated: 2008.08.06 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* define base styles for all forms sitewide--------------------------*/

#newsletter_form {
	padding: 6px 6px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #96B685;
	border-top: 1px dashed #880830;
	border-bottom: 1px dashed #880830;
}
#newsletter_form .row {
  margin: 8px 0 12px 0;
}
		
#newsletter_form span.formlabel {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
#newsletter_form span.forminput input {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#newsletter_form #notice {
	text-align: center;
	padding: 6px 6px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FBF4DA;
	border-top: 1px dashed #880830;
	border-bottom: 1px dashed #880830;
}
#newsletter_form #notice h2 {
	color: #880830;}