.simpleCaptcha {
    display: inline-block;
    padding: 0;
    width: 370px;
    background: rgb(47, 47, 46);
}
.simpleCaptcha p {
    margin: 0;
    color: #eeeeee;
    font-size: 13px;
}
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha { float: left; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em; margin-left: 0.2em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }

.simpleCaptcha .captchaIntro {
    display: block;
    height: 38px;
    line-height: 38px;
}

.refreshCaptcha {
    display: block;
    height: 24px;
	margin: 7px 0
}

.simpleCaptcha .captchaImages {
    display: block;
    float: right;
}
.simpleCaptcha .captchaImage {
    margin: 0 2px;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 5px;
}
.simpleCaptcha .simpleCaptchaSelected {
    background-color: #4e4e4e;
}