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