span.error {

	padding-left: 10px;
	padding-right:10px;
	position: absolute;
	z-index: 99;
	background-color:#FAF9DE;
	background-position:2px 2px;
	background-repeat:no-repeat;
	margin: 0; font-size:12px;
	white-space:nowrap;
	border:1px solid #F9D569;
	margin-left:2px;
	margin-top:1px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:18px;


}

select.error ,input.error, textarea.error{
	background-color:#FFFFD5;
	border:solid 1px #dd7870;padding:1px 1px;height:17px!important;height: 18px;
}

span.checked {
	background: transparent url(images/checked.gif) no-repeat scroll 2px 2px;
	position: absolute;
	z-index: 99;
}
