a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	text-indent: -20000px;
	overflow: hidden;
	background-image:url(imgs/cal.gif);
	background-repeat: no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: pointer;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 90px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e40;
	border: 1px solid #3e3e40;
	width:110px;
}
