#widget {position: relative}
#widgetField {
	width: 588px;
	height: 26px;
	overflow: hidden;
	position: relative;
}
#widgetField input {
	border: 1px solid #a7a6a6;
	height: 22px;
	line-height: 22px;
	margin: 0 !important;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#widgetField a 	{
	background-image: url(/_img/icon-calendar-range.png);
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 200px;
	text-decoration: none;
}
#widgetField span {
	color: #999;
	font-size: .85em;
	padding: 3px 0 0 230px;
	text-align: right;
}
#widgetCalendar {
	position: absolute;
	top: 26px;
	left: 0;
	overflow: hidden;
	width: 588px;
	background: #c6c6c6 url(/_img/bkg-grad1-150h.png) 0 bottom repeat-x;
}
#widgetCalendar .datepicker {
	position: absolute;
	bottom: 0;
	top: auto;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	background: transparent !important;
}
#widgetCalendar .datepicker a:hover{
	color: #b5d2e0;
}
