.simpleCaptcha {
    display: inline-block;
    padding: 0.5em;
    /*width: 400px;*/
}

.simpleCaptcha p {
    margin: 0.5em;
}

.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha {
    float: left;
}

.simpleCaptcha .captchaIntro p {
    font-size: 16px !important;
    font-family: arial;
    color: #484848;
}

.simpleCaptcha .captchaText {
    font-weight: bold;
    color: #00639c;
}

.simpleCaptcha .refreshButton {
    cursor: pointer;
    position: relative;
    top: 41px;
    left: -52px;
}

.simpleCaptcha .refreshButtonText {
    position: absolute;
    left: -9999px;
}

.simpleCaptcha .captchaImages {
    clear: left;
}

.simpleCaptcha .captchaImage {
    margin: 0 2px;
    border: 2px solid transparent;
    cursor: pointer;
}

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #DB309D;
    border-radius: 4px;
    background-color: #FCDBE9;
}