.InputText { /* USED FOR GENERICE FORM FIELDS */
	width:80 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputText1 { /* USED FOR GENERICE FORM FIELDS */
	width:190 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputDateText { /* USED FOR DATE FORM FIELDS */
	width:140 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputDateText2 { /* USED FOR DATE FORM FIELDS */
	width:80 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputTextArea { /* USED FOR TEXT AREA FORM FIELDS */
	width:540 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputTextAreaComment { /* USED FOR LAB-TEST COMMENT TEXT AREA FORM FIELDS */
	width:440 ;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputButtonsGeneric {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
}

.InputSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
} 


 
/***********************
  SPECIAL FORM EFFECTS
***********************/

fieldset {
	width: 80%;
	padding: 2;
}

/* fieldset {
	background-color: #E9ECEF;
	background-color: #F8F8FA;
	margin-left:1em;
	margin-right:1em;
	padding: .1em;
	position: relative;
	border: 1px solid #CCCCCC;
	width: 70%;
	left: 2px;
}
     
legend {
	font-weight: bold;
	background-color: #F1F3F5;
	margin: 2px;
	padding: .3em .3em .3em .3em;
	border: 1px solid #CCCCCC;
	display: block;
	position: absolute;
	top: -1.65em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 150px;
} */ 

.InputButtonsStyle001 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000 ;
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;
	padding: .3em;
}
