/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel
{
	font-family: Tahoma;
	font-size: 10px;
}

/* Messages */
.FormSubmitted{FONT-FAMILY: Tahoma;  font-size: 10px;}
.FormError{FONT-FAMILY: Tahoma;  color:blue; font-size: 10px;}

/* Form table */
.FormTable
{
	width:500px;
	font-family:Tahoma;
}
.FormLabelCell
{
	vertical-align: top;
	text-align: right;
	font-family:Tahoma;
	width:580px;
}
.FormControlCell{}

/* Controls */
.FormCheckbox{FONT-FAMILY: Tahoma; font-size: 10px;}
.FormMultipleSelect{FONT-FAMILY: Tahoma; font-size: 10px;}
.FormDropDownList{FONT-FAMILY: Tahoma; font-size: 10px;}
.FormLabelControl
{
	font-family: Tahoma;
	font-weight: 300;
	font-size: 10px;
}
.FormTextArea{width:250; height:250; FONT-FAMILY: Tahoma; font-size:10px;}
.FormTextBox{width:250;FONT-FAMILY: Tahoma; font-size:10px;}
.FormSubmit{FONT-FAMILY: Tahoma; font-size:10px; text-align: left;}
.FormRadioButtonList
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
