/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel {font-family: arial; color:333333; font-size: 13px; margin: 0;width:210px;}
.FormLabelControl {font-family: arial; color:333333; font-weight=bold; font-size: 13px; margin: 0;line-height:40px;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:490px;}
.FormLabelCell{vertical-align:top;}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{font-family: arial; color:666666;}
.FormTextArea{width:260px;}
.FormTextBox{width:160px;}
.FormSubmit{}
.FormRadioButtonList{}


