/*  Text Field Lengths */
.formShortText{
   width: 40px;
}

.formMediumText{
   width: 180px;
}

.formLongText{
   width: 250px;
}

/* Custom Text Styles*/
.formErrorMessage{
	color: #CC0000;
	font-weight: bold;
}

.formSuccessMessage{
	color: #035B8F;
	font-weight: bold;
}

.formSectionHeading{
   background-color: #97D5EB;
   font-weight: bold;
}

.formBold{
   font-weight: bold;
}