/* CSS Pre-processor */

.comp__custom_businessquicksearch form {
    font-size: 90%;
    position: relative;
    width: 96%;
    padding: 0 2%;
    height: 105px;
}
.comp__custom_businessquicksearch form .field {
    clear: both;
}
.comp__custom_businessquicksearch form label {
    width: 6em;
    display: block;
    float: left;
}
.comp__custom_businessquicksearch form label:after {
    content: ":";
}
.comp__custom_businessquicksearch .controls {
    font-size: 90%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .5em;
}

/* Runtime: 0.000384092330933 */