/* ================================
    CSS STYLES FOR Module Form
   ================================
*/

/* Label style */
.FormLabel
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #243B4D;
}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable
{
	width: 500px;
}
.FormLabelCell
{
	vertical-align:top;
	width:180;
	height:40;
}
.FormControlCell
{
	vertical-align:top;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color: #243B4D;
}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea{width:375px;height:200}
.FormTextBox{width:300}
.FormSubmit
{
}
.FormRadioButtonList
{
}