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