a.dp-choose-date {
	position: relative;
	float: right;
	top: 7px;
	right: -116px;
	width: 25px;
	height: 22px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/dateIcon.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon

input.dp-applied {
	width: 100px;
	float: left;
} */