/* Dean, this style defines the table that contains the form. Each row has 2 cells. */
.formtable {
	margin-top:25px;
	width: 400px;
	background-color: #F1F1F1;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.wrapper form {
	padding-left: 25px;
}

.formdatacell select {
	background-color: #EBEBEB;
	color: #010000;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #C1C1C1;
	color: #666666;
}
.formdatacell textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}



/* 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: 400px;
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field. */
.formnamecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	color: #333333;
	width: 135px;
	
}

/* 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, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 7px;
	color: #CC0000;
	width: 135px;
	background-color: #CCCCCC;
}

/* 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: 14px;
	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;
	color: #666666;
	background-color: #E0E0E0;
	padding-left: 7px;
}

.required {
color: #CC000
}

