#content-slider {
	width: 400px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background:url(/images/slider_background.png) no-repeat 20px 0px;
}

*html #content-slider {
	width: 400px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background:url(/images/slider_background.gif) no-repeat 20px 0px;
}

.content-slider-handle {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -4px;
	background: #478AFF;
	background:url(/images/slider_holder.png) no-repeat left top;
}

*html .content-slider-handle {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -4px;
	background: #478AFF;
	background:url(/images/slider_holder.gif) no-repeat left top;
}


.cal_error { background-color:#fffc1f;border: 1px solid #f41616; }