.free_quotes {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

#psp_free_quotes_label {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.free_quotes_button {
    float: right;
    margin-left: 40px;
}

.ssp_free_quotes {
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}

.ssp_free_quotes_label {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

#company_free_quotes {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

#company_free_quotes_label1 {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

#company_free_quotes_label2 {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

#fqr-containers-header {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.fqr-container-bg {
    background-color: #C5DDB4;
    color: #516D71;
    width: 100%;
    margin-top: 5px;
}

.fqr-container-header {
    margin-left: 5px;
    display: inline;
}

.fqr-container-dimensions {
    margin-right: 5px;
    float: right;
}

#fqr-page-header img {
    float: left;
    margin-right: 20px;
}

#fqr-page-header p {
    padding-top: 30px;
}

#fqr-note {
	margin-bottom: 10px;
	font-size: 9px;
}

.fqr-h2 {
	color: #245109;
	font-size: 14px;
}

.fqr-form-left {
    margin-top: 10px;
    display: inline;
    float: left;
}

.fqr-form-left-el {
    width: 195px;
    float: left;
}

.fqr-form-left-el .ui-datepicker-trigger {
    position: relative;
    top:6px;
}

.fqr-form-left-el .ui-slider-horizontal .ui-slider-handle {
    z-index: 1;
}

.fqr-form-left ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}

.fqr-form-left label {
    font-weight: normal;
}

.fqr-form-right {
    display: inline;
    float: right;
}

#id_other_waste {
    width: 273px;
    height: 140px;
}

#id_dumpster_bin_size {
    width: 150px;
    height: 22px;
}

#id_other_dumpster_size {
    width: 230px;
    height: 32px;
}

#id_delivery_time {
    background: transparent;
    border: 0;
    cursor: default;
    width: 150px;
    margin-left: 30px;
}

.greybox .help-text {
    margin-top: 5px;
    font-size: 0.9em;
}

#fqr-bottom {
    font-size: 10px;
    color: #8F8F8F;
}

#id_dumpster_size {
    width: 260px;
}

.dd div.ddTitle {
    height: 35px;
}

    .dd div.ddTitle span.ddTitleText {
        line-height: 35px;
    }

    #id_dumpster_size_titletext  {
        position: relative;
    }

    #id_dumpster_size_titletext .ddTitleText {
        position: relative;
        top:-17px;
        left: 0;
        width: 170px;
        font-size: 1.1em;
        font-weight: bold;
    }

    #id_dumpster_size_arrow {
        position: relative;
        top: 4px;
        background:url(/staticmedia/images/icons/icon-arrow.gif) no-repeat scroll 0 0 transparent;
        width: 27px;
        height: 27px;
    }

.dd {
    z-index: 10000;
}

.dd .ddChild {
    position: absolute;
    z-index: 9999;

}


.calendar {
    z-index: 1000;
}

#time-slider-area {
    position: relative;
    top: 23px;
}

#time-slider-area .ui-slider-range {
    background: #D2E8C4;
}

.error-field input,
.error-field textarea {
    border: 1px solid #ff0000;
}

.ui-autocomplete {
    width: 170px;
    padding-left: 0.4em;
}

    .ui-autocomplete .ui-menu-item {
        list-style: none;
    }