.inputHead{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-style: 	italic;
	font-weight: 	bold;
	color: 		#0F57FF;
}
.inputLabel{
	font-size:		10px;
	font-weight: 		normal;
}
.inputText{
	font-size:		10px;
	font-weight:		normal;
	color:			#3366cc;
}
.inputTextRO{
	font-size:		10px;
	font-weight:		normal;
	color:			#3366cc;
	background-color:	#F8E0E0;
}
.inputMsg{
	font-size:		9px;
	color:			gray;
	font-style: 		italic;
}
.inputError {
	font-size:		11px;
	font-weight:		normal;
	color:			red;
}
.saveConfirmation {
	font-size:		11px;
	font-weight:		bold;
	color:			green;
}
.saveError {
	font-size:		11px;
	font-weight:		bold;
	color:			red;
}

.reqMsg{
	font-weight:		normal;
	font-size:		9px;
	color:			#cc3333;
	font-style: 		italic;
	text-align:		left;
}

.line {	
	border-bottom: 		1px dotted #ccccaa; 
}

.editbg {	
	background-color: 	#E6E6E6;
}


