.simpleCaptcha {
    display: inline-block;
    padding: 0.5em;
    position: relative;
    text-align: left;
}

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

.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;
	background:#fff;
    cursor: pointer;
}

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #C20E1A;
    background-color: #fff;
}