/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #242424;
	font-size: 12px;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:300px}
.FormLabelCell{vertical-align:top;}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea{}
.FormTextBox{}
.FormSubmit{}
.FormRadioButtonList{}
