html, body {
    height: 100%; width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
table, th, td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
ol, ul, li {
    padding: 0;
    margin: 0;
}
img, fieldset {
    border: 0;
    margin: 0;
}
b {
    font-weight: bold;
}
i {
    font-style: italic;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    line-height: 18px;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #000;
}
address {
    font-style: normal;
}
strong {
    font-weight: bold;
}

.w-head {
    width: 100%;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
    background-image: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
}

.b-head {
    width: 900px;
    margin: 0 auto;
    padding: 5px 0;
}

.b-menu__list {
    margin: 0;
}

.b-menu__item {
    display: inline;
    list-style-type: none;
    margin: 0 5px;
    line-height: 18px;
}

.b-menu__link {
    font-family: Arial, Verdana, sans-serif;
    font-size:  13px;
    color: #000;
    text-decoration: none;
    line-height: 18px;
    padding: 1px 8px 3px 8px;
    display: inline-block;
}

.w-head__border {
    background: url(../images/head_bord_bg.png) repeat-x;
    height: 6px;
    width: 100%;
}

.b-menu__item_state_current .b-menu__link {
    background: #356ad1;
    color: #fff;
    padding: 1px 8px 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.b-menu {
    float: left;
    margin: 5px 0 0 25px;
}

.b-logo__img {
    float: left;
}

.b-clear {
    clear: both;
}

.b-content {
    width: 900px;
    margin: 0 auto;
    padding: 65px 0 0 0;
}


.b-authorization__header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0'); /* for IE */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
    background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
    background-image: -o-linear-gradient(top, #faifafa, #f0f0f0);
    height: 60px;
    border-bottom: #dcdcdc;
    text-shadow: 2px 2px #fff;
    color: #525252;
    text-align: center;
    font-family: Calibri, Arial, Verdana, sans-serif;
    font-size: 30px;
    vertical-align: middle;
    line-height: 60px;
}

.b-authorization {
    background: #f8f8f8;
    width: 298px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}


.b-authorization__button {
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    display: inline-block;
    background: url(../images/submit_auth_form.gif) no-repeat 0 0;
    height: 38px;
    line-height: 36px;
    text-decoration: none;
    color: #fff2be;
}
.b-authorization__button span {
    display: block;
    background: url(../images/submit_auth_form.gif) no-repeat right -82px;
    height: 38px;
    line-height: 36px;
    vertical-align: top;
    padding: 0 50px 0 50px;
    margin-right: -6px;
    text-decoration: none;
    font-weight: normal;
    color: #fefeee;
    text-shadow: -2px -2px #3a77c6;
}
.b-authorization__button:hover {
    background-position: 0 -41px;
    cursor: pointer;
}
.b-authorization__button:hover span {
    background-position: right -124px;
    cursor: pointer;
}

.b-authorization__usermail {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #606060;
    float: right;
    margin: 0 30px 20px 0;
}
.b-authorization__usermail .b-input {
    width: 186px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.b-authorization__userpass {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #606060;
    float: right;
    margin: 0 30px 10px 0;
}
.b-authorization__userpass .b-input {
    width: 186px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.b-authorization__remember {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #606060;
    line-height: 18px;
    float: left;
    margin-left: 72px;
}
.b-authorization__remember .b-input__checkbox {
    vertical-align: middle;
    margin: -4px 8px 0 0;
}
.b-authorization__error
{
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #c42323;
    float: left;
    margin-left: 75px;
    margin-bottom: 10px;
}
.b-authorization__form .b-input {
    border: 1px solid #9a9fa8;
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    padding: 0 0 0 5px;
    vertical-align: middle;
    height: 24px;
    margin: 0 0 0 8px;
    line-height: 22px;
}

.b-authorization__form {
    padding: 37px 0 20px 0;
    float: left;
    width: 100%;
}

.b-button {
    float: right;
     margin: 15px 90px 0 0;
}

.b-authorization__footer {
    width: 98%;
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
    background: #f1f1f1;
}

.b-authorization__footer-content {
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;
    text-align: center;
}

.b-ivisa__left {
    float: left;
    width: 250px;
}

.b-ivisa__right {
    float: right;
    width: 250px;
}

.b-ivisa {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin: 15px 0 0 0;
}
.b-ivisa__left b {
    font-size: 14px;
}

.b-content__right {
    float: right;
    width: 550px;
    padding: 0 0 50px 0;
}

.b-content__left {
    float: left;
    width: 300px;
    padding: 0 0 50px 0;
}

.b-page__login {
    height: 100%;
    background-color: #fefefe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5'); /* for IE */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f5f5f5));
    background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
}

.b-overflow  {
    height: 100%;
    margin-bottom: -81px;
}

.b-footer {
    border-top: 1px solid #dcdcdc;
    font-family: Verdana, Arial, sans-serif;
    height: 60px;
    padding:  20px 0 0 0;
}

.b-copyright {
    font-size: 11px;
    color: #808080;
    float: left;
}

.b-menu_position_footer {
    float: right;
    font-size: 11px;
    color: #808080;
    margin: -2px 0 0 0;
}
.b-menu_position_footer .b-menu__link {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #808080;
    text-decoration: underline;
}
.b-menu_position_footer .b-menu__link:hover {
    text-decoration: none;
}

.b-header_level_1 {
    font-family: Calibri, Arial, Verdana, sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 0 0 2px #b8b8b8;
}

.w-authorization {
    position: relative;
    display: block;
    float: left;
    margin: 0 1px 25px 0;
    background: #d7d5d1;
}
.w-registration p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #606060;
	margin-bottom: 12px;	
}
.w-registration p.bold {
	font-weight: bold;
}
.w-registration a {
	color: #606060;
}
.w-registration a:hover {
	text-decoration: none;
}
.b-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    font: 0/0 Arial;
    -webkit-box-shadow: 0 1px 3px #d7d5d1;
    -moz-box-shadow: 0 1px 3px #d7d5d1;
    box-shadow: 0 1px 3px #d7d5d1;
    top: 0;
    left: 0;
    z-index: 0;
    border: 0;
    font-style: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.b-button-close {
    display: none;
}

/* popup style */

.b-page__popup {
    background: #f5f5f5;
}
.b-page__popup .b-menu {
    margin: 24px 0 0 0;
    float: right;
}
.b-page__popup .b-menu__link {
    font-size: 11px;
    color: #999999;
    text-shadow: 1px 0 1px #dbdbdb;
}
.b-page__popup .b-head {
    width: 450px;
    padding: 0;
}
.b-page__popup .b-logo {
    float: left;
}
.b-page__popup .b-logo img {
    margin: 5px 0 0 0;
}
.b-page__popup .b-content {
    padding:  40px 0 0 0;
    width: 450px;
}
.b-page__popup .b-authorization__footer {
    color: #808080;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f1f1f1 url(../images/tl_logo_small.png) 96% 12px no-repeat;
    font-size: 11px;
    color: #808080;
    font-family: Verdana, Arial, sans-serif;
}
.b-page__popup .b-footer {
    border: none;
}

.b-page__popup .b-popup-form {
    width: 304px;
    margin: 0 auto;
}

.b-page__popup .b-menu_position_footer {
    margin: -2px 0 0 0;
}

/* end popup style */