/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{
color:#333333;
	font-size:12px;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:600px}
.FormLabelCell{vertical-align:top; width:250px}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{
color:#3366CC;
	font-size:11px;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;}


.FormTextArea{}
.FormTextBox{width:300px}
.FormSubmit{}
.FormRadioButtonList{}