    .rangebox {
        float:left;
        width:500px;
        margin-bottom:15px;
        margin-left:-3px;
    }
    .slider {
        margin-right:13px;
        margin-left:7px;
        float:left;
        width:140px;
		height:20px;
    }

    .customform .rangedisplay input, .customform .rangebox input {
        float:left;
        border:0;
        font-weight:bold;
        width:75px;
        color:#529AA1;
        text-align:right;
    }                                               
    .customform input.max {
        text-align:left;
    }
/*  .customform .bedranges input {
        width:20px;
    }
*/
    .ui-widget-header {
        background:#529AA1;
    }
    .ui-widget-content {
        background:#858585;
		border:none;
    }
    .ui-slider-handle {
        text-decoration:none;
        font-size:8px;
        padding:3px 7px 7px 2px;
        font-weight:bold;
        margin-top:-3px;
    }
    .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:175px;
        margin-top:4px;
        position:relative;
    }
    .homefinder .rangedisplay {
        color:#fff;
        font-size:10px;
        margin-top:44px;
        width:400px;
        margin-left:10px;
        position:absolute;
		text-align:left;
    }
	.homefinder select {
		width:140px;
	}
    .homefinder .ui-widget-header {   
        background:#2a8e95;
    }
    .homefinder .ui-widget-content {
        background:#373637;  
    }
    .homefinder .ui-state-default {
        background:#1D8087;
    }

    .homefinder .ui-slider-handle {
        color:#ccc;
        padding-top:4px;
    }
	.homefinder .ui-state-default, .customform .ui-state-default {
		background: #ffc20e;
		width: 16px;
		height: 32px;
		padding: 0px;
		color: #000;
		border: none;
		top:-4px;
	}
