input.error { border: 1px solid red; background-color:#FFFFFF; }
textarea.error{ border: 1px solid red; background-color:#FFFFFF; }
select.error { border: 1px solid red; background-color:#FFFFFF; color:red;}
label.error {
		color: red;
		abackground: url('../images/false.png') no-repeat;
		xdisplay: block;
		xfloat:right;
		xmargin-top:-18px;
		xpadding-right:20px;
		xwidth:16px;
		xheight:16px;
}
label.valid { 
		abackground: url('../images/true.png') no-repeat;
		xdisplay: block;
		width: 16px;
		height: 16px;
		xfloat:right;
		xmargin-top:-18px;
		xpadding-right:80px;
		xposition:relative;
}
a.dp-choose-date {
		width: 16px;
		height: 16px;
		display: block;
		text-indent: -2000px;
		overflow: hidden;
		background: url('../images/date.gif') no-repeat;
		margin: -18px 0px 0px 260px;
	}
	a.dp-choose-date.dp-disabled {
		background-position: 0 -20px;
		cursor: default;
	}
	input.dp-applied {
		width: 250px;
	}

input
{
	position: relative;
	z-index: 1;
}
