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