/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */

.FormLabel{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10px;
font-weight:200;
color:#C00;

}

/* Messages */
.FormSubmitted{font-weight:200; font-size: 10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormError{color:Red; font-size: 10px;}

/* Form table */
.FormTable{width:350px font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormLabelCell{vertical-align:top; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormControlCell{}

/* Controls */
.FormCheckbox{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;

}
.FormMultipleSelect{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10px;
color:#C00;

}
.FormDropDownList{
width:200px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10px;
}
.FormLabelControl{

width:500px; color:#C00;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px; font-weight:bold;
}
.FormTextArea{width:300px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormTextBox{width:300px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormSubmit{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}
.FormRadioButtonList{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:10 px;}