.errMsg {
	color: red;
	margin-bottom:5px;
	font-size: 10px;
}
.errFld {
	color:red;
	padding:2px;
	clear:both;
	border:1px solid red;
}

.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 #e7e7e7;
	background: white;
	padding:3px;
}


#form-aldradir .errMsg {
	color: red;
	font-size: 9px;
	display:inline;
	padding:0px;
	margin:0px;
}
#form-aldradir .errFld {
	color:red;
	padding:2px;
	clear:both;
	border:1px solid red;
}

#form-aldradir .field-hint {
	color: #000; /*... or any other css properties ... */
	border:1px solid #ccc;
	background: white;
	padding:3px;
	}
#form-aldradir .field-hint-inactive {
	color: #ccc; /*... or any other css properties ... */
	border:1px solid #e7e7e7;
	background: white;
	padding:3px;
}


#starfsumsokn .errMsg {
	color: red;
	font-size: 9px;
	display:inline;
	padding:0px;
	margin:0px;
}
#starfsumsokn .errFld {
	color:red;
	padding:2px;
	clear:both;
	border:1px solid red;
}

#starfsumsokn .field-hint {
	color: #000; /*... or any other css properties ... */
	border:1px solid #ccc;
	background: white;
	padding:3px;
	}
#starfsumsokn .field-hint-inactive {
	color: #ccc; /*... or any other css properties ... */
	border:1px solid #e7e7e7;
	background: white;
	padding:3px;
}