/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel
{ width: 355;}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable
{
	width: 100%;}
.FormLabelCell
{
	  font-family : Tahoma ;
	  font-weight :  Bold  ;
	  font-size : 9pt ;
	  color : #336699 ;
	}
.FormControlCell
{
	}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea
{
	width : 325;}
.FormTextBox{}
.FormSubmit{}
.FormRadioButtonList
{
	font-family : Tahoma ;
	  font-weight :  Bold  ;
	  font-size : 8pt ;
	  color : #336699 ;}