/* ================================
    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
{
	width: 500px;
}
.FormLabelCell
{
	vertical-align: top;
	width: 150px;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}
.FormControlCell
{
}

/* Controls */
.FormCheckbox
{
	font-size: 12px;
}
.FormMultipleSelect
{
	font-size: 12px;
}
.FormDropDownList
{
	font-size: 12px;
}
.FormLabelControl
{
	font-size: 12px;
}
.FormTextArea
{
	font-size: 12px;
	width:100%;
}
.FormTextBox
{
	font-size: 12px;
}
.FormSubmit
{
	font-size: 12px;
}
.FormRadioButtonList
{
	font-size: 12px;
}

