.ui-datepicker { background:url('/img/www/calendar_bkg.gif') no-repeat 0 0; padding:0 0 0 27px; margin:-22px 0 0 75px; width:170px; height:181px; display:none; z-index:100; }
					.ui-datepicker-prev, .ui-datepicker-next { background:url('/img/www/calendar_prev.gif') no-repeat 0 0; position:absolute; top:12px; left:33px; width:7px; height:7px; cursor:pointer; }
					.ui-datepicker-next { margin-left:123px; background:url('/img/www/calendar_next.gif') no-repeat 0 0; }
					.ui-datepicker-title { text-align:center; margin:8px 31px 11px 0; }
						.ui-datepicker-prev span, .ui-datepicker-next span { display:none; }
					
					.ui-datepicker-calendar { border-collapse:collapse; border-spacing:0; }
						.ui-datepicker-calendar th { text-align:center; font-weight:normal; font-size:9px; }
						.ui-datepicker-calendar td { width:21px; height:21px; text-align:center; background:url('/img/www/calendar_td.gif') no-repeat 0 0; }
							.ui-datepicker-calendar td a { color:#636363 !important; padding-top:3px; height:18px; text-decoration:none; display:block; }
							.ui-datepicker-calendar td a:hover { background:#ffb302 none; text-decoration:none !important; }
						#calendarIcon { background:url('/img/www/calendar_icon.gif') no-repeat 0 0; width:14px; height:14px; position:absolute; bottom:8px; right:5px; cursor:pointer; }
				iframe.ui-datepicker-cover { display:none; }