/* Dean, this style defines the table that contains the form. Each row has 2 cells. */
.formtable {
	padding: 0px;
	margin: 0px;
	margin-top:25px;
	width: 318px;
	background-color: #DEDEDE;
	border: 1px solid #336699;
}

/* 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: verdana;
	font-size: 11px;
	text-align: center;
	color: #FF3300;
	width: 318px;
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field. */
.formnamecell {
	font-family: verdana;
	font-size: 10px;
	background-color: #336699;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	
}

/* 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: verdana;
	font-size: 11px;
	background-color: #CCCCCC; 
	color: #A83535;
}

/* Dean, this style defines the leftmost cell containing the form field. */
.formfieldcell {

	

}

/* Dean, this style defines the cell containing the form title. (NOT USED ON
   RIVERBIRCH! */
.formtitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Dean, this style defines the rows containing form section headers. */
.formheader {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	background-color: #3399CC;
	color: #FFFFFF;
	padding-right: 5px;
}

.formdatacell input{
	background-color: #3399CC;
	font-size: 12px;
	/*color: #FFFFFF;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.formdatacell textarea{
	background-color: #3399CC;
	font-size: 12px;
	/*color: #FFFFFF;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
