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