/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{font-family:verdana; font-size: xx-small;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{}
.FormLabelCell{vertical-align:top;}
.FormControlCell{}

/* Controls */
.FormCheckbox{font-family:verdana; font-size: xx-small;}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{font-family:verdana; font-size: xx-small;}
.FormTextArea{font-family:verdana; font-size: xx-small;}
.FormTextBox{font-family:verdana; font-size: xx-small;}
.FormSubmit{}
.FormRadioButtonList{font-family:verdana; font-size: xx-small;}
