@charset "UTF-8";
html, body {
    margin: 0;
    padding: 0;
    /* background: #f1f1f1; */
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif, 'Lucida Sans';
    overflow-x: hidden;
    background: url(https://pp.vk.me/c635100/v635100859/18066/RQ0jvCcY0cU.jpg);
    background-size: cover;
    position: top;
    background-attachment: fixed;
}

.site_head {
    position: fixed;
    z-index: 50;
    height: 40px;
    background: #5780ab;
    top: 0;
    left: 0;
    width: 100%;
}

.site_logo {
    width: 146px;
    height: 33px;
    background: transparent url(/templates/Default/images/logo.png) center no-repeat;
    background-size: 106%;
    margin-top: 7px;
    cursor: pointer;
    margin-left: -18px;
}

a {
    text-decoration: none;
    color: #21578b;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input, textarea, select {
    font-family: Tahoma;
    font-size: 11px;
    outline: none;
}

.head_login_form input {
    padding: 6px;
    border: 0;
    margin-right: 5px;
}

.button {
    padding: 7px 15px;
    white-space: nowrap;
    border-radius: 2px;
    border: 0;
    background: #224b7a;
    color: #fff;
    font-size: 11px;
    font-family: 'Noto Sans', Tahoma, Arial, Verdana, sans-serif, 'Lucida Sans';
    outline: none;
    transition: background 200ms ease;
    text-shadow: 0 1px 0 #4a76a8;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#page {
    background: #fff;
    padding: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 880px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    border-radius: 10px; /* Закруглённые уголки */
    margin-top: 23px; /* Отступ сверху */
    box-shadow: 0 1px 2px rgba(6,33,63,0.13);
    -moz-box-shadow: 0 1px 2px rgba(6,33,63,0.13);
    -webkit-box-shadow: 0 1px 3px rgba(6,33,63,0.13);
}

#page.logged {
    float: left;
    /* float: right; <-- Заменить если что на это */
}

.contri_reg {
    float: right;
    width: 200px;
    margin-right: 140px;
    padding: 2px 16px 16px 16px;
    /* background: #f7f7f7; */
    border: 1px solid #dae1e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sel_reg {
    margin-top: 10px;
    width: 163px;
}

.bordy {
    border: 1px solid #999;
    border-bottom-color: #888;
    border-color: #174b75 #174b75 #174b75;
    border-radius: 3px;
}

.button_reg {
    cursor: pointer;
    background: #436387 url(../images/buttons3.gif) repeat-x;
    -webkit-box-shadow: inset 0 1px 0px #174b75;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #174b75;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #174b75;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0px 0 #174b75;
    zoom: 1;
    display: inline; /* *display: inline; <--Если что вернуть на это */
}

.bordy {
    border: 1px solid #999;
    border-bottom-color: #888;
    border-color: #174b75 #174b75 #174b75;
    border-radius: 3px;
}

.rast {
    margin: 0;
    padding: 0.3em 0.6em 0.375em;
    position: relative;
}

.texter {
    text-decoration: none;
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px #2b5b28;
}

.footer {
    margin-top: 10px;
    text-align: center;
}

.footer a {
    padding: 3px;
    margin-left: 5px;
}

.footer a.creator {
    margin-top: 2px;
    font-size: 10px;
    display: inline-block;
}

.support_bg {
    margin-top: -30px;
    padding: 40px;
    padding-left: 1px;
}

.copyright {
    margin-top: 10px;
}

.no_display, #no_display {
    display: none;
}

.err_red {
    padding: 10px;
    background: #faebeb;
    margin-bottom: 10px;
    line-height: 17px;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.cursor_pointer {
    cursor: pointer;
}