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