
#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
input.dp-applied {
	width: 180px;
	float: left;
	BORDER: #946b38 1px solid; 
	FONT-SIZE: 10px; 
	BACKGROUND-COLOR: #79745d;
	height: 12px;
	FONT-FAMILY: verdana, Arial, sans-serif;  
	COLOR: #ebd79f;
	padding-left:2px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 5px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif); 
	background-repeat: no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
