a.date-picker {
	width: 16px;
	height: 15px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../gfx/bloc/calendar.gif) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 3;
	top: 6px;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px solid #b8b5a8;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
div.popup-calendar-wrapper{
position:relative;
z-index:3;
width:auto;
}
html>body div.popup-calendar {
	left: 100px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color:#e3771f;
}
div.popup-calendar div a:hover {
	color:#C1A800;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #f1eddc;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color:#b8b5a8;
	padding: 1px 0 0;
}
div.popup-calendar h3 {color:#e3771f;}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f7f3e5;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #cbc8be;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td a:hover {color:#fff;}
div.popup-calendar table td.today a {
	border-color: #cbc8be;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #e3771f; 
	color: #fff;
}
.weekday {background: #e3771f; 
	color: #fff;
	}