﻿.errorpop {
    width: 100%;
    height: auto;
    min-height: 65px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffcc;
    border: 1px solid #ffcc00;
    color: #c60000;
    background-image: url(../../images/errorpop.gif);
    background-repeat: no-repeat;
    background-position: 25px 10px;
}

    .errorpop p {
        font-weight: bold;
        margin: 5px 70px 5px 70px;
    }

#btnCaptchRefresh {
    width: 40px !important;
    padding-top: 20px !important;
}

#recaptcha-checkbox-border ::before {
    content: "recaptcha check box";
}

#rc-anchor-alert ::before {
    content: "recaptcha check box";
}
