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