/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}

/* 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{}
.FormLabelCell{vertical-align:top;}
.FormControlCell{}

/* Controls */
.FormCheckbox{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
.FormMultipleSelect{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
.FormDropDownList{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
.FormLabelControl{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
.FormTextArea{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; width: 250px;}
.FormTextBox{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; width: 250px;}
.FormSubmit{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}
.FormRadioButtonList{font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}