.orderMenu {
    padding: 0 20px;
    text-align: left;
    height: 490px;
}

.orderMenu .formDiv {
    background-color: #F6F6F6;
    margin: 5px 0;
    padding: 5px 25px 0px 25px;
}

.orderMenu .leftFormDiv {
    float: left;
    width: 415px;
    margin-right: 20px;
    padding-top: 10px;
}

.orderMenu .rightFormDiv {
    padding-left:16px;
    float: left;
    width: 415px;
    height: 290px;
    border-left: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 5px;
}

.orderMenu .title {
    color: #2A4162;
    font-size: 2.55em;
    position: relative;
    left: -5px;
}

.orderMenu .label {
    color: #BC461F;
    padding-right: 10px;
    float: left;
    clear: right;
    margin-top: 7px;
}

.orderMenu .label.disabled, .orderMenu input.disabled {
    opacity: 0.4 !important;
}

.orderMenu input {
    border: 1px solid #C9C6D1;
    margin-bottom: 10px;
    padding: 7px 0 7px 10px;
    width: 300px;
    float: right;
}

.orderMenu .dropdownContainer {
    padding-left: 25px;
    padding-bottom: 10px;
    height: 45px;
}

.orderMenu .notesDiv {
    height: 95px;
}

.orderMenu .notesDiv > .label {
    margin-top: 11px !important;
}

.orderMenu .notes {
    height: 142px;
    width: 306px;
    float: right;
}

.orderMenu .buttonContainer {
    margin-top: 7px;
    text-align: center;
}

.orderMenu button.disabledButton {
    background-color: #aaa !important;
    cursor: default !important;
}

.orderMenu .dropdown {
    height: 30px;
}

.orderMenu .select2-choice {
    height: 29px !important;
    line-height: 29px !important;
}

.orderMenu .select2-choice > .select2-arrow {
    top: -1px !important;
}

.orderMenu .postalCodeLabel {
    display: inline;
    float:none;
    margin: 0 0 0 21px;
    position: relative;
    top: 7px;
}

#postalCode {
    width: 69px;
}

.orderMenu .postalCodeLabel.uk {
    float:left;
    margin: 7px 0;
}

.orderMenu .dropdownContainer .select-qroup {
    display: inline-block;
    vertical-align: middle;
}

.orderMenu .dropdownContainer .select-qroup.select-format {
    margin-left: 10px;
}

#order_types {
    margin-bottom: 15px;
    width: 185px;
}

#states, #s2id_states {
    margin-bottom: 9px;
    margin-top: 2px;
    margin-left: 65px;
}

#country, #s2id_country {
    width: 312px;
    float: right;
}

#typeLabel {
    color: #2E2E2E;
}

#formatLabel {
    color: #2E2E2E;
}

#orderOverlay {
    margin-top: 13px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

/*tooltip*/

.orderMenu .buttonContainer .hint--gray.hint--top:after {
    font-weight: normal;
    margin-left:-116px;
}

.orderMenu .buttonContainer .hint--gray.hint--top:before {
    left: 44px;
}

.btn-order-continue {
    overflow: visible;
}


 /*Firefox specific*/
@-moz-document url-prefix() {
/*    #states, #s2id_states {
        margin-bottom: 6px;
        margin-top: -4px;
    }*/

    .orderMenu input {
        margin-bottom: 12px;
    }

    .orderMenu .rightFormDiv {
        height: 277px;
    }

    .orderMenu .notes {
        width: 308px;
    }


    .orderMenu .statesLabel {
        margin-top: 8px !important;
    }
}
