	.jCaptchaCanvas {
        position: absolute;
        top: 7px;
        left: 55px;
    }

	/*
    .jCaptcha {
        padding: 20px 25px 20px 20px;
        font-size: 15px;
        width: 320px;
        height: 60px;
        box-sizing: border-box;
        outline: none;
        border-radius: 4px 0 0 4px;
        border: none;
        vertical-align: middle;
        transition: all 150ms linear;
        box-shadow: 0 0 8px #4e4706;
    }

    .jCaptcha:focus,
    .jCaptcha:focus~.button {
        box-shadow: 0 0 8px #a79816;
    }

    .jCaptcha.error,
    .jCaptcha.error~.button {
        box-shadow: 0 0 8px #c5391a;
    }

    .jCaptcha.error~.button {
        background: #c5391a;
        color: #fff;
    }

    .jCaptcha.success,
    .jCaptcha.success~.button {
        box-shadow: 0 0 8px #93a023;
    }

    .jCaptcha.success~.button {
        background: #b1c317;
        color: #fff;
    }

    .jCaptcha.disabled {
        background-color: #eff3f6;
        box-shadow: 0 0 8px #4e4706 !important;
    }

    .jCaptcha.disabled~.button {
        background: #e2e2e2;
        color: #7c7c7c;
        box-shadow: 0 0 8px #656565;
        cursor: not-allowed;
    }*/