* {
	margin: 0;
	padding: 0;
}

dt {
	margin: 1em 0 .2em;
	font-weight: bold;
}
dd {
	margin: .2em 0 1em;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(calendar.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 4px;
}
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: 115px;
	float: left;
	margin-right: 3px;
}

