.ui-slider { position: relative; text-align: right; border:0px solid white; background-repeat:no-repeat; max-width:400px;}


.ui-slider .ui-slider-handle { position: absolute; z-index: 2; height:20px; width:20px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block;}

.ui-slider-horizontal { height:20px;}

.ui-slider-horizontal .ui-slider-handle {
border:0px solid green;
cursor:pointer;
background-image:url(../img/calculator/ball.gif);
background-repeat:no-repeat;
background-position:center;
width:80px;
margin-left:-40px;
padding:0 10px;
}

.ui-slider-handle:hover, .ui-slider-handle:focus {
background-image:url(../img/calculator/ball_act.gif) !important;
cursor:pointer;}

.ui-slider-horizontal .ui-slider-handle input {
display:block;
background-image:url(../img/calculator/value.gif);
background-repeat:no-repeat;
background-color:transparent;
text-align:center;
width:100px;
height:28px;
padding:0px;
margin-left:-9px;
margin-top:-30px;
border:none;
color:#FFFFFF;
font-weight:bold;
padding-top:3px;
outline:none;
cursor:pointer;
font-family:Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif;
}

.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

#calculator {
background-image:url(../img/calculator/calc_bg.gif);
background-repeat:no-repeat;
}

p.question {
font-size:13px;
margin:0px;
padding-top:25px;
border:0px solid green;
height:80px;
}

.step {
border:0px solid red;
height:350px;
padding:0 40px 0 80px;
}

#step1 {background-image:url(../img/calculator/step1.gif); background-repeat:no-repeat;}
#step2 {background-image:url(../img/calculator/step2.gif); background-repeat:no-repeat;}
#step3 {background-image:url(../img/calculator/step3.gif); background-repeat:no-repeat;}
#step4 {background-image:url(../img/calculator/step4.gif); background-repeat:no-repeat;}
#step5 {background-image:url(../img/calculator/step5.gif); background-repeat:no-repeat;}
#step6 {background-image:url(../img/calculator/step6.gif); background-repeat:no-repeat;}

.slider {
margin-top:0px;
margin-bottom:40px;
}

.sliderbg {
width:430px; background-image:url(../img/calculator/slider_line.gif); background-repeat:no-repeat;
}

input.button {height:28px;}

.button {
	background-color:#ff9900;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 7px;
	cursor:pointer;
	display:inline-block;
	border:none;
	line-height:22px;
	margin-right:0px;
}

.button:hover {
	background-color:#ffbb55;
	color:#FFFFFF;
}