.simpleCaptcha {
    display: inline-block;
    padding: 0;
}
.simpleCaptcha p {
    margin: 0;
}
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha {
    float: left;
    margin: 6px 0 8px;
}
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em; margin-left: 0.2em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left; }
.simpleCaptcha .captchaImage {
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
}
.simpleCaptcha .simpleCaptchaSelected {
    border: 1px solid #393;
    border-radius: 0;
    background-color: #cfc;
}

.modfootmodulebody table tr:last-child {
    height: 0;
    overflow: hidden;
    display: block;
}
