/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel
{	
	font-weight: normal;
	font-size: 12px;
	color: #562c1f;
}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{}
.FormLabelCell{}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea{}
.FormTextBox{}
.FormSubmit{ text-align:center;}
.FormRadioButtonList
{
	font-weight: normal;
	font-size: 12px;
	color: #562c1f;
}
