div#date input { width: 90px; margin-right: 5px; }
/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: solid 2px;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 270px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 { color: #89201d; font-size: 1.1em; background-color: #fff; margin: 2px 0 5px 3px; border-style: none; border-width: 0; }
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a { color: #000; padding: 1px 2px; }
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table { margin: 0 0 0; font-size: 90%; text-align: center; width: 163px; border: none; border-collapse:separate;  }
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td { background: #eee; width: 21px; height: 17px; text-align: center; padding: 0; border-style: none; border-width: 0; }
div.popup-calendar table td.inactive { color: #aaa; padding: 1px 0 0; }
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend { background: #f6f6f6; padding: 0; }
div.popup-calendar table td a { display: block; border: solid 1px #eee; width: 19px; height: 17px; text-decoration: none; color: #333; padding: 0; }
div.popup-calendar table td.today a { padding: 0; border-color: #aaa; }
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover { background: #89201d; color: #fff; padding: 0; }

