.simpleCaptcha {
    display: inline-block;
    position: relative;


}

.simpleCaptcha p {
 margin-bottom:10px;
}

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

.simpleCaptcha .captchaIntro p {
    font-size: 16px !important;
    font-family: arial;
    color: #484848;
}

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

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

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

.simpleCaptcha .captchaImages {
    /*clear: left;*/
}

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

.simpleCaptcha .simpleCaptchaSelected {
    border: 2px solid #e91b23;

    background-color: #e91b23;
}