/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{font-family:Arial; font-size:x-small;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:570px;font-size: 12px; }
.FormLabelCell{vertical-align:top; width:280px; white-space:nowrap;}
.FormLabelCell span{}
.FormControlCell{vertical-align:top; width:200px}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{font-weight:bold;font-size:14px;}
.FormTextArea{width:300px;}
.FormTextBox{width:300px;}
.FormSubmit{}
.FormRadioButtonList{font-size: 12px; width:250px;}
.FormRadioButtonListHorAiz{font-size: 12px;}
