.simpleCaptcha {
    display: inline-block;
    padding: 0.5em;
    position: relative;
    max-width: 400px;
    text-align: center;
}

.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: #296C29;
}

.simpleCaptcha .refreshButton {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.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 #296C29;
    border-radius: 25px;
    background-color: #d7fcd4;
}