/* Dean, this style defines the table that contains the form. Each row has 2 cells. */
.formtable {
	padding: 2px;
	margin: 2px;
}

/* Dean, this style defines the cell that contains the text displayed if not 
   all required forms are filled in. EX: Please complete all required fields.*/
.requiredtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	color: #CC9900;	
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field. */
.formnamecell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 5px;
		color: #CC9900;	
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field if the field is required, and not filled in. EX: red text. */
.invalidformnamecell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	color: #CC9900;
	
}

/* Dean, this style defines the leftmost cell containing the form field. */
.formfieldcell {
	color: #CC9900;	

}

/* Dean, this style defines the cell containing the form title. (NOT USED ON
   RIVERBIRCH! */
.formtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
		color: #CC9900;	

}

/* Dean, this style defines the rows containing form section headers. */
.formheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		color: #CC9900;	

}
