.errMsg {
	color: red;
	display: block;
	clear:both;
	margin-bottom:5px;
}
.errFld {
	color:red;
	padding:2px;
	clear:both;
}

.field-hint {
	color: #000; /*... or any other css properties ... */
	border:1px solid #ccc;
	background: white;
	padding:3px;
	}
.field-hint-inactive {
	color: #ccc; /*... or any other css properties ... */
	border:1px solid #ececec;
	background: white;
	padding:3px;
	display:none;
}

