/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{font-weight:normal; font-size: 12px;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 12px;}
.FormError{color:Red; font-size: 12px;}

/* Form table */
.FormTable{width:550px}
.FormLabelCell{vertical-align:top; width:500px}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{width:170}
.FormTextArea{width:400px}
.FormTextBox{width:400}
.FormSubmit{}
.FormRadioButtonList{}
