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

    .customform .rangedisplay input, .customform .rangebox input {
        float:left;
		font-size:80%;
        border:0;
        font-weight:bold;
        width:80px;
        color:#529AA1;
        color:#000;
        text-align:right;
    }                                               
    .customform input.max {
        text-align:left;
    }
/*  .customform .bedranges input {
        width:20px;
    }
*/
    .ui-widget-header {
        background:#1c1b1c;
    }
    .ui-widget-content {
        background:#858585;
    }
    .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: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-widget-header {   
        background:#85BE3F;  
    }
    .ui-slider-handle {
        color:#ccc;
        padding-top:4px;
    }
	.ui-slider-horizontal {
		margin-top:3px;
		height:20px;
	}
    .homefinder .ui-state-default, .customform .ui-state-default {
        background:url('/images/slider.png') no-repeat;
		width:16px;
		height:32px;
		padding:0px;
		color:#000;
		border:none;
    }

