@charset "utf-8";
/* CSS Document */
a.dp-choose-date {
	float: left;
	width:23px;
	height:20px;
	padding: 0;
	margin:0 0 0 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/icon-cal.png) no-repeat;
	float:left;
}

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: 80px;
	float: left;
	padding:2px 0 0 2px;
	width:94px;
	height:17px;
	background-color:#ffffff;
	border:#211819 1px solid;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #333333;
	float:left;
}

