/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 17px;
	margin-top:2px;
	margin-left:4px;
	display: block;
	/*text-indent: -2000px;*/
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat;
        text-decoration: none;
}
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: 197px;
	float: left;
}

.dp-popup h2 {
    background: none !important;
}
