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