.header1 {
	color: #ffffff; 
	background: #4682B4; 
	font-weight: bold; 
	font-family: Tahoma, Verdana; 
	font-size: 13px; 
	margin: 0px; 
	padding-left: 2px; 
	height: 21px
}

.ctrl {
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 12px; 
	width: 100%;
}
.btnform {
	border: 0px; 
	font-family: tahoma, verdana; 
	font-size: 12px; 
	background-color: #DBEAF5; 
	width: 100%; 
	height:22px; 
	text-align: center; 
	cursor: hand;
}
.btn {
	background-color: #DBEAF5; 
	padding: 0px;
}
textarea, select, input {
	font: 11px Verdana, arial, helvetica, sans-serif; 
	background-color: #DBEAF5;
}
.hintsClass {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #808080;
	padding: 5px;
}
<
/* classes for validator */
.tfvHighlight {
	font-weight: bold; 
	color: red;
}
.tfvNormal {
	font-weight: normal;	
	color: black;
}