.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading-37e24e0370847870c1c43ea9ce19b1f4.gif) no-repeat 50% 50%;
}

.b-header {
    padding-top: 32px;
    position: relative;
}

.b-header .logo {
    float: right;
    padding-right: 12px;
}

.b-header .title {
    float: left;
    padding: 18px 0 0;
}

.b-header .title .name {
    background: none repeat scroll 0 0 #86C7E0;
    color: #FFFFFF;
    float: left;
    font-size: 36px;
    line-height: 40px;
    padding: 4px 12px;
}

.b-header .title .slogan {
    color: #545454;
    font: italic 18px/22px Georgia, "Century Schoolbook L", Serif;
    padding: 4px 0 0 13px;
}

.b-header .like {
    left: 225px;
    position: absolute;
    top: 42px;
}

.b-menu {
    font-size: 15px;
    line-height: 19px;
    padding: 28px 6px 0;
}

.b-menu SPAN {
    margin: 0 6px;
}

.b-menu .cur {
    border: medium none;
    color: #000000;
    cursor: default;
}

.b-body {
    display: none;
    padding: 18px 12px 0;
}

.b-params {
    margin-top: 12px;
    width: 100%;
}

.b-params TD {
    padding: 8px 12px;
    vertical-align: top;
}

.b-params THEAD TD {
    background: none repeat scroll 0 0 #E4E4E4;
    font-weight: bold;
}

.b-params TBODY TR:nth-child(2n) TD {
    background: none repeat scroll 0 0 #EEEEEE;
}

.b-params .default {
    white-space: nowrap;
}

.b-modal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #BBBBBB;
    /*border-radius: 10px 10px 10px 10px;*/
    padding: 24px;
    position: relative;
    width: 500px;
}

.b-modal_close {
    color: #999999;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 6px;
}

.b-modal_close:hover {
    color: #000000;
}
