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