.simpleCaptcha {
    display: block;
    width: 260px;
    padding: 0.5em;
    border: 1px solid #a3a3a3;
    background-color: #fff;
}

.simpleCaptcha p {
    margin: 0.5em;
    font-size: 13px;
}

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

.simpleCaptcha .captchaText {
    font-weight: bold;
}

.simpleCaptcha .refreshButton {
    height: 21px;
    width: 19px;
    cursor: pointer;
    position: relative;
    top: 0.3em;
    margin-left: 0.2em;
}

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

.simpleCaptcha .captchaImages {
    clear: left;
}

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

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #0FB0AA;
    border-radius: 4px;
    background-color: #D6FFFE;
    padding: 4px;
}

.captcha {
    width: 98%;
}