input.error { border: 1px solid red; background-color:#FFFFFF; border: 1px solid red;}
textarea.error{ border: 2px solid #3181d3; background-color:#FFFFFF; }
selcet.error { border: 2px solid #3181d3; background-color:#FFFFFF; }
label.error {
		color: red;
		/*background: url('../images/false.png') no-repeat;*/
}
label.valid { 
		/*background: url('../images/true.png') no-repeat;*/
		width: 16px;
		height: 16px;
}
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;
		}