<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-mask {
    display: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 9991;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    .popup-mask.active {
        background: rgba(0,0,0,0.5);
        display: block;
        opacity: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
    }

.secondary-popup-mask {
    background-color: #fff;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 9991;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    .secondary-popup-mask.active {
        display: block;
        opacity: 0.5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        touch-action: none;
        position: absolute;
    }

.popup-container.popup-iframe {
    height: 800px;
    overflow: auto;
    width: 1200px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container.popup-iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .popup-container.popup-iframe {
        width: 650px;
    }
}

.popup-container, .popupMessage {
    background-color: #fff;
    margin: 0 auto;
    min-width: 600px;
    padding: 37px 30px 30px;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0 !important; changed regarding WEBZ-2326,WEBZ-2325*/ 
    /*bottom:0; changed regarding WEBZ-2326,WEBZ-2325*/ 
    width: 600px;
    z-index: 9999;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container, .popupMessage {
        min-width: initial;
        max-width: initial;
        margin: 0;
        padding: 50px 0 20px;
        position: fixed;
        width: auto;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
}

.popup-container .popup-title, .popupMessage .popup-title {
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-family: "Baskerville10Pro", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 36px;
    margin-bottom: 33px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .popup-title, .popupMessage .popup-title {
        text-align: center;
    }
}

.popup-container .popup-secondary-title, .popupMessage .popup-secondary-title {
    color: #000;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.popup-container .form-select, .popupMessage .form-select {
    min-width: 100%;
}

    .popup-container .form-select .select, .popupMessage .form-select .select {
        padding-left: 15px;
    }

.popup-container .module, .popupMessage .module {
    margin: 0 auto;
}

    .popup-container .module label, .popupMessage .module label {
        font-size: 16px;
        height: auto;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .listing, .popupMessage .module .listing {
        padding: 0 15px;
    }
}

.popup-container .module .listing &gt; ul &gt; li, .popupMessage .module .listing &gt; ul &gt; li {
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 36px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .listing &gt; ul &gt; li, .popupMessage .module .listing &gt; ul &gt; li {
        padding-bottom: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .listing &gt; ul &gt; li:nth-child(2n+2), .popupMessage .module .listing &gt; ul &gt; li:nth-child(2n+2) {
        margin-top: 13px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .listing &gt; ul &gt; li:nth-child(2n+3), .popupMessage .module .listing &gt; ul &gt; li:nth-child(2n+3) {
        margin-top: 27px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .listing &gt; ul &gt; li input[type=text], .popup-container .module .listing &gt; ul &gt; li input[type=password], .popup-container .module .listing &gt; ul &gt; li input[type=search], .popup-container .module .listing &gt; ul &gt; li input[type=number], .popup-container .module .listing &gt; ul &gt; li input[type=email], .popup-container .module .listing &gt; ul &gt; li input[type=tel], .popup-container .module .listing &gt; ul &gt; li .form-select, .popupMessage .module .listing &gt; ul &gt; li input[type=text], .popupMessage .module .listing &gt; ul &gt; li input[type=password], .popupMessage .module .listing &gt; ul &gt; li input[type=search], .popupMessage .module .listing &gt; ul &gt; li input[type=number], .popupMessage .module .listing &gt; ul &gt; li input[type=email], .popupMessage .module .listing &gt; ul &gt; li input[type=tel], .popupMessage .module .listing &gt; ul &gt; li .form-select {
        margin: 6px 0;
    }
}

.popup-container .module ul, .popupMessage .module ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

    .popup-container .module ul &gt; li, .popupMessage .module ul &gt; li {
        width: 47.85555%;
    }

        .popup-container .module ul &gt; li.label-name, .popupMessage .module ul &gt; li.label-name {
            font-weight: 500;
            margin-right: 10px;
            text-align: left;
        }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module ul &gt; li.label-name, .popupMessage .module ul &gt; li.label-name {
        margin-right: 0;
    }
}

.popup-container .module ul &gt; li.label-value, .popupMessage .module ul &gt; li.label-value {
    font-weight: 400;
    margin-left: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module ul &gt; li.label-value, .popupMessage .module ul &gt; li.label-value {
        margin-left: 0;
    }
}

.popup-container .module .user-profile ul &gt; li:nth-child(5), .popupMessage .module .user-profile ul &gt; li:nth-child(5) {
    padding-bottom: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .user-profile ul &gt; li:nth-child(5), .popupMessage .module .user-profile ul &gt; li:nth-child(5) {
        padding-bottom: 0;
    }
}

.popup-container .module .user-profile ul &gt; li:nth-child(6), .popupMessage .module .user-profile ul &gt; li:nth-child(6) {
    padding-bottom: 24px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .user-profile ul &gt; li:nth-child(6), .popupMessage .module .user-profile ul &gt; li:nth-child(6) {
        padding-bottom: 0;
    }
}

.popup-container .module .user-profile ul &gt; li:nth-child(n+7), .popupMessage .module .user-profile ul &gt; li:nth-child(n+7) {
    padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .user-profile ul &gt; li:nth-child(n+7), .popupMessage .module .user-profile ul &gt; li:nth-child(n+7) {
        padding-bottom: 0;
    }
}

.popup-container .module .user-profile ul &gt; li:nth-last-of-type(1), .popupMessage .module .user-profile ul &gt; li:nth-last-of-type(1) {
    padding-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .user-profile .popup-footer, .popupMessage .module .user-profile .popup-footer, .popup-container #Account_Security_div .popup-footer {
        margin-top: 54px;
        padding-top: 18px;
        padding-bottom: 20px;
    }
}

.popup-footer .error {
    color: #d90c00;
    padding: 10px 0;
}

.popup-container .module .user-profile .cta-wrapper, .popupMessage .module .user-profile .cta-wrapper {
    margin-top: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container .module .user-profile .cta-wrapper, .popupMessage .module .user-profile .cta-wrapper {
        text-align: right;
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container .module .user-profile .cta-wrapper, .popupMessage .module .user-profile .cta-wrapper {
        text-align: right;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book ul, .popup-container .module .telephone-book ul, .popupMessage .module .address-book ul, .popupMessage .module .telephone-book ul {
        margin-top: 47px;
    }
}

.popup-container .module .address-book ul:first-of-type, .popup-container .module .telephone-book ul:first-of-type, .popupMessage .module .address-book ul:first-of-type, .popupMessage .module .telephone-book ul:first-of-type {
    margin-top: 33px;
}

.popup-container .module .address-book ul &gt; li, .popup-container .module .telephone-book ul &gt; li, .popupMessage .module .address-book ul &gt; li, .popupMessage .module .telephone-book ul &gt; li {
    padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book ul &gt; li, .popup-container .module .telephone-book ul &gt; li, .popupMessage .module .address-book ul &gt; li, .popupMessage .module .telephone-book ul &gt; li {
        padding-bottom: 0;
    }
}

.popup-container .module .address-book ul &gt; li .cta-wrapper, .popup-container .module .telephone-book ul &gt; li .cta-wrapper, .popupMessage .module .address-book ul &gt; li .cta-wrapper, .popupMessage .module .telephone-book ul &gt; li .cta-wrapper {
    bottom: 5px;
    right: 0;
}

.popup-container .module .address-book ul &gt; li input[name="txtUSstate"], .popup-container .module .telephone-book ul &gt; li input[name="txtUSstate"], .popupMessage .module .address-book ul &gt; li input[name="txtUSstate"], .popupMessage .module .telephone-book ul &gt; li input[name="txtUSstate"] {
    width: 50px;
}

.popup-container .module .address-book ul &gt; li.label-name span, .popup-container .module .telephone-book ul &gt; li.label-name span, .popupMessage .module .address-book ul &gt; li.label-name span, .popupMessage .module .telephone-book ul &gt; li.label-name span {
    color: inherit;
    font-weight: 500;
}

.popup-container .module .address-book ul:last-of-type &gt; li:nth-last-of-type(1), .popup-container .module .address-book ul:last-of-type &gt; li:nth-last-of-type(2), .popup-container .module .telephone-book ul:last-of-type &gt; li:nth-last-of-type(1), .popup-container .module .telephone-book ul:last-of-type &gt; li:nth-last-of-type(2), .popupMessage .module .address-book ul:last-of-type &gt; li:nth-last-of-type(1), .popupMessage .module .address-book ul:last-of-type &gt; li:nth-last-of-type(2), .popupMessage .module .telephone-book ul:last-of-type &gt; li:nth-last-of-type(1), .popupMessage .module .telephone-book ul:last-of-type &gt; li:nth-last-of-type(2) {
    padding-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book ul#tAddressBook, .popup-container .module .address-book ul#tNonUs, .popup-container .module .address-book ul#tUS, .popup-container .module .telephone-book ul#tAddressBook, .popup-container .module .telephone-book ul#tNonUs, .popup-container .module .telephone-book ul#tUS, .popupMessage .module .address-book ul#tAddressBook, .popupMessage .module .address-book ul#tNonUs, .popupMessage .module .address-book ul#tUS, .popupMessage .module .telephone-book ul#tAddressBook, .popupMessage .module .telephone-book ul#tNonUs, .popupMessage .module .telephone-book ul#tUS {
        margin-top: 27px;
    }
}

.popup-container .module .address-book .indReqFlds, .popup-container .module .telephone-book .indReqFlds, .popupMessage .module .address-book .indReqFlds, .popupMessage .module .telephone-book .indReqFlds {
    border-bottom: 0;
    height: 50px;
    line-height: 50px;
    margin-top: -20px;
    margin-bottom: 5px;
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book .popup-footer, .popup-container .module .telephone-book .popup-footer, .popupMessage .module .address-book .popup-footer, .popupMessage .module .telephone-book .popup-footer {
        margin-top: 54px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book .popup-footer .indReqFlds, .popup-container .module .telephone-book .popup-footer .indReqFlds, .popupMessage .module .address-book .popup-footer .indReqFlds, .popupMessage .module .telephone-book .popup-footer .indReqFlds {
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book .popup-footer .add-new-footer, .popup-container .module .telephone-book .popup-footer .add-new-footer, .popupMessage .module .address-book .popup-footer .add-new-footer, .popupMessage .module .telephone-book .popup-footer .add-new-footer {
        flex-flow: row wrap;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book .popup-footer .indReqFlds + .add-new-footer, .popup-container .module .telephone-book .popup-footer .indReqFlds + .add-new-footer, .popupMessage .module .address-book .popup-footer .indReqFlds + .add-new-footer, .popupMessage .module .telephone-book .popup-footer .indReqFlds + .add-new-footer {
        flex-flow: row wrap;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .address-book .popup-footer .cta-wrapper, .popup-container .module .telephone-book .popup-footer .cta-wrapper, .popupMessage .module .address-book .popup-footer .cta-wrapper, .popupMessage .module .telephone-book .popup-footer .cta-wrapper {
        margin-top: 27px;
        text-align: center;
    }
}

.popup-container .module .invoices ul, .popupMessage .module .invoices ul {
    align-items: flex-end;
}

    .popup-container .module .invoices ul &gt; li, .popupMessage .module .invoices ul &gt; li {
        border-bottom: 1px solid #cccccc;
        padding: 10px 0;
        width: 50%;
    }

        .popup-container .module .invoices ul &gt; li.label-name, .popupMessage .module .invoices ul &gt; li.label-name {
            margin-right: 0;
            padding-bottom: 23px;
        }

        .popup-container .module .invoices ul &gt; li.label-value, .popupMessage .module .invoices ul &gt; li.label-value {
            margin-left: 0;
        }

        .popup-container .module .invoices ul &gt; li .cta-wrapper, .popupMessage .module .invoices ul &gt; li .cta-wrapper {
            float: right;
            bottom: 0;
            right: 0;
        }

            .popup-container .module .invoices ul &gt; li .cta-wrapper .cta, .popup-container .module .invoices ul &gt; li .cta-wrapper input[type=submit], .popupMessage .module .invoices ul &gt; li .cta-wrapper .cta, .popupMessage .module .invoices ul &gt; li .cta-wrapper input[type=submit] {
                margin-left: 0;
            }

.popup-container .module.popup-invoice .popup-title, .popupMessage .module.popup-invoice .popup-title {
    margin-bottom: 0;
}

.popup-container .module .cta-wrapper, .popupMessage .module .cta-wrapper {
    position: relative;
    display: flex;
    bottom:5px;
}

    .popup-container .module .cta-wrapper button, .popup-container .module .cta-wrapper a, .popup-container .module .cta-wrapper input[type=submit], .popupMessage .module .cta-wrapper button, .popupMessage .module .cta-wrapper a, .popupMessage .module .cta-wrapper input[type=submit] {
        margin-bottom: 0;
    }

        .popup-container .module .cta-wrapper button:last-of-type, .popup-container .module .cta-wrapper a:last-of-type, .popup-container .module .cta-wrapper input[type=submit]:last-of-type, .popupMessage .module .cta-wrapper button:last-of-type, .popupMessage .module .cta-wrapper a:last-of-type, .popupMessage .module .cta-wrapper input[type=submit]:last-of-type {
            margin-left: 20px;
        }

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .app_true_christies_com .popup-container .module .cta-wrapper a:first-of-type,
    .app_true_christies_com .popup-container .module .address-book .cta-wrapper input,
    .app_true_christies_com .popup-container .module .telephone-book .cta-wrapper input {
        margin-left: 0;
    }

    .app_true_christies_com .popup-container #Account_Security_div .cta-wrapper a:first-of-type,
    .app_true_christies_com .popup-container .module .address-book .cta-wrapper input,
    .app_true_christies_com .popup-container .module .telephone-book .cta-wrapper input {
        margin-right: 0 !important;
    }

    .app_true_christies_com .popup-container #Account_Security_div .cta-wrapper button:last-of-type,
    .app_true_christies_com .popup-container .module .cta-wrapper button:last-of-type {
        margin-left: 5px;
    }
}

.popup-container .add-new-footer, .popupMessage .add-new-footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.popup-container .add-new-wrapper, .popupMessage .add-new-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .add-new-wrapper .button-icon, .popupMessage .add-new-wrapper .button-icon {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .add-new-wrapper .button-icon:after, .popupMessage .add-new-wrapper .button-icon:after {
        width: 40px;
    }
}

.popup-container input[type=submit], .popupMessage input[type=submit] {
    background: none;
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 1.40625em;
    text-transform: capitalize;
}

.popup-container .cta, .popupMessage .cta {
    background: none;
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 1.40625em;
    text-transform: capitalize;
}

.popup-container .indReqFlds, .popupMessage .indReqFlds {
    color: #808080;
    font-family: "AtlasGroteskRegularItalic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
}

.popup-container .processing-request, .popupMessage .processing-request {
    color: #000;
    float: left;
    font-family: "AtlasGroteskRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    width: 100%;
}

.popup-container .popup-footer, .popupMessage .popup-footer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding: 0;
    position: relative;
    width: 100%;
}

.popup-container .popup-footer {
    padding-top: 20px;
}

.popup-container {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 80vh;
}

    .popup-container .register-bid .popup-title {
        margin-bottom: 18px;
    }

    .popup-container .register-bid #mainPanel {
        width: 59%;
    }

    .popup-container .register-bid #navPanel {
        border-right: 1px solid #cccccc;
        height: 314px;
        margin-top: -18px;
        margin-right: 20px;
        position: relative;
        width: 37.83955%;
    }

        .popup-container .register-bid #navPanel ul {
            position: relative;
            width: 100.45555%;
            z-index: 1;
        }

            .popup-container .register-bid #navPanel ul &gt; li .nolink {
                border-top: 0;
                border-right: 0;
                border-left: 0;
                border-bottom: 1px solid #cccccc;
            }

            .popup-container .register-bid #navPanel ul &gt; li:not(.active) {
                border: 0;
            }

                .popup-container .register-bid #navPanel ul &gt; li:not(.active):last-of-type {
                    border-bottom: 0;
                }

            .popup-container .register-bid #navPanel ul &gt; li.active {
                background-color: #fff;
                border: 0;
            }

                .popup-container .register-bid #navPanel ul &gt; li.active:before {
                    background-color: transparent;
                    border-left: 3px solid #D70C00;
                }

                .popup-container .register-bid #navPanel ul &gt; li.active .nolink {
                    border-top: 0;
                    border-right: 0;
                    border-left: 0;
                }

    .popup-container .register-bid .module .lots-block &gt; .inner-header {
        margin-top: 26px;
    }

    .popup-container .register-bid .module .cta-wrapper {
        float: left;
        margin-top: 35px;
        position: relative;
        text-align: right;
        width: 100%;
    }
    /*.popup-container .module .user-profile .popup-footer {
    padding: 0; }*/
    .popup-container .module .user-profile .cta-wrapper {
        margin-top: 20px;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popup-container .module .user-profile .cta-wrapper {
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container .module .user-profile .cta-wrapper {
        margin-top: 0;
        text-align: right;
        width: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .popup-container .module .user-profile .cta-wrapper {
        margin-top: 0;
        text-align: right;
        width: auto;
    }
}

.popup-container .module .address-book p a, .popup-container .module .telephone-book p a {
    text-decoration: underline;
}

.popup-container .tool-tip .tooltip-content {
    width: 280px;
}

.popupMessage {
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 25px;
    min-width: initial;
    max-width: 80%;
    z-index: 9995;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popupMessage {
        bottom: initial;
        max-width: initial;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

.popupMessage .popup-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popupMessage .popup-title {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 36px;
        margin-bottom: 33px;
    }
}

.popupMessage .popup-title a {
    text-decoration: none;
}

.popupMessage .popup-title .christies-icon_left-chevron.button-icon {
    margin-left: -15px;
}

.popupMessage p {
    font-family: "Atlas Grotesk Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.popupMessage .cta-wrapper {
    border-top: 1px solid #cccccc;
    margin-top: 44px;
    padding: 20px 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

    .popupMessage .cta-wrapper button, .popupMessage .cta-wrapper a, .popupMessage .cta-wrapper input[type=submit] {
        margin-bottom: 0;
    }

        .popupMessage .cta-wrapper button:last-of-type, .popupMessage .cta-wrapper a:last-of-type, .popupMessage .cta-wrapper input[type=submit]:last-of-type {
            margin-left: 20px;
        }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popupMessage .cta-wrapper {
        border-top: 0;
        justify-content: center;
        margin-top: 0;
    }
}

input[type=submit] {
    border: 2px solid #000;
}

    input[type=submit].btnCancel, input[type=submit].cta.grey, input[type=submit].grey {
        border: 0;
    }

.cta.grey, input.grey[type=submit] {
    background-color: #efefef;
    border: 0;
}

.popupMessage [class^="christies-icon_"]:before, .popupMessage[class*=" christies-icon_"]:before {
    font-size: 40px;
}



/* .popupMessage.chinese-popup */
.popupMessage.chinese-popup {
    width: 780px;
    padding: 30px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popupMessage.chinese-popup {
        width: auto;
        padding: 40px 30px;
    }
}

.popupMessage.chinese-popup .cta-wrapper {
    border-top: 0;
    padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .popupMessage.chinese-popup .cta-wrapper {
        margin-top: 40px;
    }
}

.popupMessage.chinese-popup .cta, .popupMessage.chinese-popup input[type=submit] {
    background-color: #B30900;
    color: #fff;
}

    .popupMessage.chinese-popup .cta:not(.disabled):hover, .popupMessage.chinese-popup input[type=submit]:not(.disabled):hover, .popupMessage.chinese-popup .cta:not(.disabled):focus, .popupMessage.chinese-popup input[type=submit]:not(.disabled):focus, .popupMessage.chinese-popup .cta:not(.disabled):active, .popupMessage.chinese-popup input[type=submit]:not(.disabled):active {
        background-color: #D70C00;
        color: #fff;
        text-decoration: none;
    }

    .popupMessage.chinese-popup .cta.black, .popupMessage.chinese-popup input.black[type=submit] {
        background-color: transparent;
        color: #000;
    }

        .popupMessage.chinese-popup .cta.black:not(.disabled):hover, .popupMessage.chinese-popup input.black[type=submit]:not(.disabled):hover, .popupMessage.chinese-popup .cta.black:not(.disabled):focus, .popupMessage.chinese-popup input.black[type=submit]:not(.disabled):focus, .popupMessage.chinese-popup .cta.black:not(.disabled):active, .popupMessage.chinese-popup input.black[type=submit]:not(.disabled):active {
            background-color: #000;
            color: #fff;
        }

    .popupMessage.chinese-popup .cta.grey, .popupMessage.chinese-popup input.grey[type=submit] {
        background-color: #efefef;
        color: #000;
    }

        .popupMessage.chinese-popup .cta.grey:not(.disabled):hover, .popupMessage.chinese-popup input.grey[type=submit]:not(.disabled):hover, .popupMessage.chinese-popup .cta.grey:not(.disabled):focus, .popupMessage.chinese-popup input.grey[type=submit]:not(.disabled):focus, .popupMessage.chinese-popup .cta.grey:not(.disabled):active, .popupMessage.chinese-popup input.grey[type=submit]:not(.disabled):active {
            background-color: #f8f8f8;
            color: #000;
        }

.popupMessage.chinese-popup .popup-msg a {
    cursor: pointer;
    text-decoration: underline;
    z-index: 1;
}

.popupMessage.chinese-popup .popup-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.popupMessage.chinese-popup .popup-close {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Christies';
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .popupMessage.chinese-popup .popup-close:before {
        content: "\0027";
    }

.popupMessage.chinese-popup .button-icon:after {
    border: 0px;
    border-radius: 0px;
}

.popup-container .add-new-footer, .popupMessage .add-new-footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
</pre></body></html>