div.errorBox {
	display: block;
	position: absolute;
	background-image: url('../../gfx/whiteBoy.png');
	padding: 3px 0px;
	text-align: left;
	color: red;
    font-size: x-small;
    font-weight: bold;
	z-index: 4;
}

input.errorFound {
	background-color: lightpink;
}
