span.error {
	background: url("images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	margin-left: 1em;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	display: inline;
}

input.error {
	border: 1px dotted red;
	display: inline;
}