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