/* OVERRIDE checkout_overlay.css with new blue header */

#footerTop .legal-txt:first-child a {
    color: #026cdf;
    text-decoration: none;
}

.messagetextNonbold,
.messageText,
.requiredText,
.highlight,
auctionhotText {
    color:#026cdf;
}

a img.questionMark {
    background-color:#026cdf;
}

a:hover img.questionMark {
    background-color:#004da1;
}

.new_cc input.input-text:focus,
.edit_cc input.input-text:focus,
.noCreditCard input.input-text:focus,
.new_cc b.highlight-bg > b,
.edit_cc b.highlight-bg > b,
.noCreditCard b.highlight-bg > b {
    border-color: #026cdf;
}
