
	input.error { border: 1px solid red; background-color:#FFFFFF; }
	label.error {
		/*background: url('../images/false.png') no-repeat;*/
		display: block;
		float:right;
		margin-top:-16px;
		padding-right:80px;
		width:16px;
		height:16px;
		border:none;
		margin-left: 50px;
	}

	label.valid { 
		background: url('../images/true.png') no-repeat;
		display: block;
		width: 16px;
		height: 16px;
		float:right;
		margin-top:-16px;
		padding-right:80px;
		position:relative;
	}

	a.dp-choose-date {
		width: 16px;
		height: 16px;
		display: block;
		text-indent: -2000px;
		overflow: hidden;
		background: url(../images/date.gif) no-repeat;
		margin: -15px 0px 0px 285px;
	}
	a.dp-choose-date.dp-disabled {
		background-position: 0 -20px;
		cursor: default;
	}
	input.dp-applied {
		width: 140px;
	}