
#cost-slider {
	width: 100%;
	position: relative;
	background: url('../images/bg.jpg') repeat top left;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #788a92;
	-moz-box-shadow: inset 0 0 1px #f9f9f9, 0 0 4px #88a0b0;
	-webkit-box-shadow: inset 0 0 1px #f9f9f9, 0 0 4px #88a0b0;
	box-shadow: inset 0 0 1px #f9f9f9, 0 0 4px #88a0b0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#rangeslider {
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 90%;
	position: absolute;
	height: 13px;
	background-color: #8e8d8d;
	background: url('../images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
    				  0 1px 0 0px rgba(250, 250, 250, .5);
					  margin-top: 0;
					  left: 5%;
				  }
				  
#scale {
	margin-top: 20px;
	margin-left: -3px;
	margin-bottom: 10px;
}
				  
#cost-slider span.link {
	width: 80%;
	display: block;
	margin: 10px auto;
}

#cost-slider span.link a.large.button.radius {
	width: 420px;
}

#cost-slider span.info {
	font-size: 12px;
	color: #62625e;
	position: relative;
	top: 130px;
	display: none;
}

#cost-slider span.msg {
	margin-top: 10px;
	display: none;
	text-shadow: 0 1px 1px #f9f9f9;
}

#cost-slider .tooltip {
	position: relative;
	display: block;
	width: 365px;
	height: 40px;
	color: #fff;
	margin: 0 auto 0 146px;
	padding: 10px 0 0 0;
	text-align: center;
	font: bold 14px Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 1px black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	top: 20px;
}
.costs {
	content: "";
	display: inline-block;
	width: 40%;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 30px;
	background-color: #7fa265;
	color: #fff;
	text-shadow: 0 1px 1px #272726;
	-moz-box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	-webkit-box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	/* background: url('../images/costs.png') no-repeat 0 -50px; */
	position: absolute;
	right: 35px;
	height: auto;
	padding: 10px 20px;
}
.costs2 {
	content: "";
	font-size: 12px;
	display: inline-block;
	width: 40%;
	height: auto;
	left: 35px;
	/* background: url('../images/costs.png') no-repeat 0 -50px; */
	position: absolute;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 30px;
	background-color: #0a5789;
	color: #fff;
	text-shadow: 0 1px 1px #272726;
	-moz-box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	-webkit-box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	box-shadow: inset 0 1px 1px #102233, 0 1px 0 #f9f9f9;
	padding: 10px 20px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -7px;
	margin-left: -12px;
}
.ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}