
#main, #main_bot {
	width: 55%;
	height: auto;
	margin-left: 10px;
	position: relative;
	float:left;
	margin-top: 16px;
}
#slider, #slider_bottom{
	width: 100%;
	position: absolute;
	height: 5px;
	background: #fff repeat top left;
	border:1px solid #ababab;
}
#slider_bottom{
	margin-top: 200px;
}
.tooltip, .tooltip_bottom {
	
	position: absolute;
	display: block;
	top: -20px;
	width: 31px;
	height: 29px;
	color: black;
	text-align: center;
	color: #464646;
	font-family: opensans-light;
	font-size:14px;
	left: -10px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 15px;
	cursor: pointer;
	background: #0080ff no-repeat 50% 50%;
	outline: none;
	top: -5px;
	margin-left: -5px;
}
.ui-slider-range {
	
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}
#textarea_one, #textarea_three {
	margin-top: -5px;
	margin-left: -25px;
}
#textarea_two, #textarea_four {
	margin-left: 235px;
	margin-top: -20px;
}
#textarea_one, #textarea_two, #textarea_three, #textarea_four {
	font-weight: 700;
	font-family: Arial;
	font-size: 16px;
	color: #959595;
}