/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:500px}
.FormLabelCell{vertical-align:top;}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{FONT-FAMILY: Verdana; FONT-Size: 3;}
.FormTextArea{width:250px; height:200px;}
.FormTextBox{width:250px } 
.FormSubmit{FONT-FAMILY: Verdana;}
.FormRadioButtonList{}