/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{font-family:Georgia, "Times New Roman", Times, serif; font-size: 11px;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:500px}
.FormLabelCell{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; font-size: 11px; font-style:italic;}
.FormTextArea{ font-family:Georgia, "Times New Roman", Times, serif; width: 250px;}
.FormTextBox{font-family:Georgia, "Times New Roman", Times, serif; width: 250px;}
.FormSubmit{}
.FormRadioButtonList{font-family:Georgia, "Times New Roman", Times, serif; font-size: 11px;}