.validFieldLabel,
.invalidFieldLabel
{
	display: inline-block;
	width: 16px;
	height: 16px;
}

.validFieldLabel
{
	background: url("/images/icons/greencheckmark.png") top left no-repeat;
}

.invalidFieldLabel
{
	background: url("/images/icons/redinvalid.png") top left no-repeat;
}