.simpleCaptcha {
  overflow: hidden;
  line-height: 1;
    display: block;
    margin: 0 0 20px;
    position: relative;
    max-width: 500px;
}

.simpleCaptcha p {

}

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

.simpleCaptcha .captchaIntro p {
  line-height: 1;
  padding: 0;
  margin: 0 0 5px;
    font-size: 14px !important;
    color: #484848;
}

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

.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;
    width: 50px;
}

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #296C29;
    border-radius: 25px;
    background-color: #d7fcd4;
}