fieldset legend {
  margin-left:20px;
}
.ui-slider {
    width:156px;
    height:23px;
    position:relative;
   /* left:100px;*/
    background: url('http://images-cdn.snapily.com/skins/basic/customer/images/scale.png') no-repeat center center;
}
.ui-slider-handle {
    position:absolute;
    height:19px;
    width:9px;
    top:1px;
    left:0px;
    background: url('http://images-cdn.snapily.com/skins/basic/customer/images/slider.png') no-repeat;
    cursor:pointer;
    /* [lexx] */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	/* [/lexx] */
}
/* [lexx] */
#gw-table {
	-moz-user-select: none;
    -khtml-user-select: none;
	user-select: none;
	unselectable: on;
}
/* [/lexx] */

#minResult, #maxResult {
  color:#00598C;
  font-weight:bold;
  font-size:2.4em;
}
/*#minResult {
  top:10px;
  left:50px;
}
#maxResult {
  top:10px;
  right:50px;
}*/
#textResult {
  text-align:center;
  color:#4f4b4d;
  font-size:16px;
}
