#orderform .ab-captcha-image {
    display: block;
    width: 180px;
    height: 40px;
    max-width: none;
}
#orderform .ab-captcha-controls { margin-top: 4px; }
#orderform .ab-captcha-refresh {
    padding: 2px 0;
    border: 0;
    background: transparent;
    color: #85412f;
    font: 12px/1.4 Arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}
#orderform .ab-captcha-refresh:disabled { cursor: wait; opacity: .65; }
#orderform .ab-captcha-refresh:focus-visible { outline: 2px solid #85412f; outline-offset: 2px; }
#orderform .ab-captcha-status { display: block; max-width: 200px; font: 11px/1.35 Arial, sans-serif; }
#orderform .ab-captcha-status:empty { display: none; }
