/*------------- styles for CAPTCHAs -----------*/
/* should be used with submitWithCaptcha.html */
.captcha {
    float: none;
    text-align: right;
    height: auto;
    min-width: auto;
}

.submit .button.sending {
    display: none;
}

.captcha-loading .captcha {
    height: auto;
    min-width: auto;
}

.reload-captcha-frame {
    margin-left: 1em;
}

.captcha,
.reload-captcha-frame {
    display: inline-block;
}

.captcha #captcha-img, .captcha #captcha-refresh-btn {
    float: none;
}

#captcha-img.loading {
    margin-top: 20px;
}

.captcha .img-wrap {
    height: 54px;
    width: 146px;
    text-align: center;
    vertical-align: middle;
    float: right;
}

#captcha-refresh-btn {
    width: 130px;
    display: inline-block;
    font-size: 10px;
    padding-right: 12px;
}
