* {
	margin: 0;
	padding: 0;
}

a.dp-choose-date {
	width: 14px;
	height: 18px;
	padding: 0;
	margin: 2px 3px 0 -20px;
	text-indent: -2000px;
	position:absolute;
	z-index:2;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
