/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
	}

/* Messages */
.FormSubmitted {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #528FCC;	
}

.FormError{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color:Red;
	}


/* Form table */
.FormTable{}
.FormLabelCell{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	vertical-align:top; 
	width:150px}

.FormControlCell{}

/* Controls */
.FormCheckbox{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormMultipleSelect{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormDropDownList{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormLabelControl{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormTextArea{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormTextBox{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;	
	}

.FormSubmit{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	}

.FormRadioButtonList{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;		
	}	
