#js-signup .b-popup-main {
    padding: 0px;
}
#js-signup.b-popup .res-icon-cross {
    background: #759c25;
    height: 33px;
    cursor: pointer;
}
#js-signup.b-popup .res-icon-cross:hover {
    opacity: 0.5;
}
.b-popup._active {
    height: 100%;
    overflow: hidden;
    display: block;
    transition: height 0s ease 0s, opacity 0.6s ease 0s;
    opacity: 1;
    z-index: 999999 !important;
    overflow-y: scroll;
}
.b-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(51, 51, 51, 0.75) none repeat scroll 0% 0%;
    overflow: hidden;
    display: none;
}
.b-popup .res-icon-cross,
.b-popup-con {
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}
.b-popup-form .loading {
    display: none;
}
.b-popup-form .loading._active {
    display: block;
    text-align: center;
}
.b-popup-con,
.b-popup-form .button {
    border-radius: 0px !important;
}
.b-popup-con {
    width: 921px;
    box-shadow: none;
}
.b-popup-form-col {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    margin-left: 20px;
}
.b-popup-form-col .label {
    font-size: 14px;
    color: #333;
    padding: 0px;
    text-align: left;
    font-weight: normal;
}
.signup-header {
    display: inline-block;
    width: 100%;
    background: #FAFAF7 none repeat scroll 0% 0%;
}
.signup-ul {
    display: inline-block;
    width: 100%;
}
.signup-li {
    width: calc(100% / 4);
    float: left;
    font-size: 14px;
    cursor: pointer;
    height: 155px;
    background-color: #9C3;
    text-align: center;
    padding: 40px 0px 0px 0px;
    color: white;
}
.signup-li:not(._active):not(:last-child) {
    border-right: solid 1px white;
}
.signup-li img {
    height: 42px;
    width: 42px;
    margin-bottom: 10px;
    display: none;
}
.signup-li img.active._on {
    display: inline-block;
}
.signup-li img.inactive._on {
    display: inline-block;
}
.signup-li span {
    display: block;
}
.signup-li._active {
    color: #333;
    background: #fafaf7;
}
.signup-li:not(._active):hover {
    /*border: 2px solid #9C3;*/
}
.signup-content {
    display: none;
    padding: 50px 10px 0px 30px;
}
.signup-content._active {
    display: block;
}
.self-reg-submit {
    margin-top: 30px;
    margin-left: 0px;
    position: static;
    z-index: 100000;
    width: 100%;
    text-align: center;
}

.self-reg-submit button {
    border-radius: 0px;
    width: 200px;
}

.signup-content .b-default-form-item {
    position: relative;
    float: left;
    margin: 0px 20px 0px 0px;
    width: calc(100% - 20px);
    height: 40px;
}
.signup-content .b-default-form-item SELECT.field + .ico {
    width: 48px;
    /*height: 38px !important;*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMS4xNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iOC4zNjUsMC40NjcgNC41LDQuNTMzIDAuNjM1LDAuNDY3IAkiLz48L3N2Zz4K");
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div#foreground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    text-align: center;
}
div#foreground img {
    position: relative;
    margin-top: calc(50% / 2);
    opacity: 1;
    z-index: 10000;
}
.help-block {
    font-size: 11px;
    color: #C33;
    padding: 3px;
    display: none;
    margin: 0px;
}
.compressed .b-default-form-item label.control-label {
    font-size: 14px;
}
@media and (-webkit-min-device-pixel-ratio:0) {
    #signup-form select,
    #signup2-form select {
        direction: rtl;
    }
    #signup-form option,
    #signup2-form option {
        direction: ltr;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    #signup-form select,
    #signup2-form select {
        direction: rtl;
    }
    #signup-form option,
    #signup2-form option {
        direction: ltr;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    #signup-form select,
    #signup2-form select {-chrome-:only(;
        direction: rtl;
    );}
    #signup-form option,
    #signup2-form option {-chrome-:only(;
        direction: ltr;
        text-align: left;
        padding: 0px;
        margin: 0px;
    );}
}
.reg-title {
    margin-bottom: 30px;
    font-size: 22px;
}
.register-errors {
    text-align: center;
    font-size: 14px;
    color: #C33;
    margin-top: 20px;
}
.register-errors span {
    display: block;
    margin-bottom: 5px;
}