#instrument-banner-block .join-form .row {
    display: inline-block;
    width: 148px;
    margin-right: 8px;
}

#instrument-banner-block .join-form .row:last-child {
    margin: 0;
}

#instrument-banner-block .join-block .join-form {
    width: 100%;
    margin: 0;
    padding: 0;
}

#instrument-banner-block .join-block .join-form .text {
    width: 120px;
    height: 25px;
    background: none;
    border: 1px solid #d7d7d7;
    padding: 2px 0 0px 28px;
}

#instrument-banner-block .join-block .join-form .text input {
    width: 120px;
    line-height: 19px;
}

#instrument-banner-block .join-form.pips-form .btn-join input {
    background: url('/sites/all/themes/iforex/images/buttons.png') no-repeat left -175px;
    width: 225px;
    height: 40px;
    float: right;
    font-size: 21px;
}
html[dir=rtl] #instrument-banner-block .join-form.pips-form .btn-join input {
    float: left;
}

#instrument-banner-block .join-block .join-form .form-header {
    font-size: 12px;
}


#instrument-banner-form .join-block .join-form .error {
    top: 1px;
    left: 2px;
    background: url(/sites/all/themes/iforex/images/lightbox_sprites.png) no-repeat 9px -75px white;
    width: 15px;
    height: 24px;
    text-indent: -99999px;
}

html[dir=rtl] #instrument-banner-block .join-block .join-form .text {
    padding: 2px 28px 0px 0;
}

html[dir=rtl] #instrument-banner-form .join-block .join-form .error {
    left: 103px;
}