/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	/* width:500px; */
}

.FormLabelCell {
	vertical-align:top; 
	width:40%;
	/* width:150px */
}

.FormControlCell{
	width:60%;
}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{
	font-weight: bold;
}
.FormTextArea{}
.FormTextBox{}
.FormSubmit{}
.FormRadioButtonList{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}