.formCost {
	float: left;
	margin-bottom: 10px;
}
.formCost label {
	float: left;
	font-size: 12px;
	color: #E40000;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.formCost input {
float: left;
color: #434343;
font-size: 13px;
font-weight: bold;
width: 100%;
height: 37px;
background: none;
border: 1px solid grey;
display: inline-block;
padding: 8px 7px 5px 0px;
text-align: center;
}

.sliderCont {
	width: 178px;
	height: 27px;
	float: left;
}		


#slider {
	width: 200px;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	 position: absolute;
    display: block;
 
    top: 6px;


	cursor: pointer;
		
		    content: '';
  
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #008ac4;
}
.ui-slider .ui-slider-handle:focus {outline: none;}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	     position: relative;
    width: 167px;
    height: 8px;
    margin: 10px 30px 0;
    border: 1px solid #dfdfdf;
    float: left;
}
.ui-slider-horizontal .ui-slider-handle { 

	margin-left: -9px;
}
.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;
}
.ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}
.ui-widget-header { 
	
	background: #008ac4;
}
.ui-corner-all {
	
}

