/* @override http://www.tratodirecto.com.ar/scripts/jquery/datepicker/picker.css */

a.dp-choose-date {	
	width: 16px;
	height: 16px;
	padding: 0;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat;
	margin-right: 5px;
	margin-left: 5px;
}
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 {
}