/* CSS Pre-processor */

.comp__custom_quicksearch form {
    font-size: 90%;
    position: relative;
    width: 96%;
    padding: 0 2%;
    height: 105px;
    float: left;
}
.comp__custom_quicksearch form .field {
    clear: both;
}
.comp__custom_quicksearch form label {
    width: 6em;
    display: block;
    float: left;
}
.comp__custom_quicksearch form label:after {
    content: ":";
}

.comp__custom_quicksearch .toolbar {
    padding-bottom: .5em;
    margin-bottom: .25em;
    float: left;
    clear: left;
    width: 60%;
}
.comp__custom_quicksearch .details-toolbar {
    width: 38%;
}
.comp__custom_quicksearch .details-toolbar {
    position: absolute;
    right: 0;
    top: 0;
}

.comp__custom_quicksearch input.state {
    width: 2.2em;
}
.comp__custom_quicksearch input.city {
    width: 8em;
}
.comp__custom_quicksearch input.zip {
    width: 6ex;
}

.comp__custom_quicksearch .controls {
    font-size: 90%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .5em;
}

/*
*/
.comp__custom_quicksearch form input,
.comp__custom_quicksearch form select {
    width: 9em;
}
.comp__custom_quicksearch form select.small {
    width: 4em;
    width: auto;
}

/* Runtime: 0.000917911529541 */