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

.simpleCaptcha p {
    margin: 0.5em;
}

.simpleCaptcha .captchaIntro {

}

.simpleCaptcha .captchaIntro,
.simpleCaptcha .refreshCaptcha {
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
}

.simpleCaptcha .captchaIntro p {
    font-size: 14px !important;
    font-family: "Open Sans", tahoma, verdana, sans-serif;
    color: #303030;
}

.simpleCaptcha .captchaText {
    font-size: 14px !important;
    font-family: "Open Sans Extrabold", tahoma, verdana, sans-serif;
    color: #303030;
}

.simpleCaptcha .refreshButton {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    right: -50px;
}

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

.simpleCaptcha .captchaImages {
    /*clear: left;*/
    display: inline-block;
    vertical-align: middle;
}

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

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #BD0F16;
    /*border-radius: 25px;*/
    background-color: #fff2d9;
}