    .rangebox {
        float:left;
        margin-bottom:10px;
        margin-left:-3px;
    }
    .slider {
        margin-right:13px;
        margin-left:7px;
        float:left;
        width:140px;
    }

    .customform .rangedisplay input, .customform .rangebox input {
        float:left;
        border:0;
        font-weight:bold;
        width:75px;
        color:#529AA1;
        color:#000;
        text-align:right;
    }                                               
    .customform input.max {
        text-align:left;
    }
/*  .customform .bedranges input {
        width:20px;
    }
*/
    .ui-widget-header {
        background:#b4ba01;
    }
    .ui-widget-content {
		border-color:#a8a8a8;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e8e8e8+100 */
		background: #fdfdfd; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #e8e8e8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #fdfdfd 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

    }
    .slider .ui-slider-handle, .slider .ui-widget-content .ui-state-default{
        text-decoration:none;
        font-size:8px;
        margin-top:-5px;
		background:#6d9100;
		width:16px;
		height:30px;
		padding:0px;
		color:#000;
		border:1px solid #737127;



    }
    .ui-slider-handle:hover {
        text-decoration:none;
    }

/*
    #priceslider, #sqftslider {
        width:140px;
    }
    #bedslider {
        width:230px;
    }
*/
    .rangedisplay {
        float:left;
        position:relative;
        top:-7px;
    }

    .homefinder .pricerange.rangebox {
        float:left;
        width:185px;
        margin-top:5px;
        position:relative;
    }
	.homefinder .slider {
		width:150px;
	}
    .homefinder .rangedisplay {
        color:#fff;
        font-size:12px;
        width:195px;
		text-align:center;
        margin-left:-15px;
        position:absolute;
		bottom:0px;
		float:none;
		top:auto;
    }
    .ui-slider-handle {
        color:#ccc;
        padding-top:4px;
    }
	.ui-slider-horizontal {
		margin-top:3px;
		height:20px;
	}

