@charset "utf-8";
/* CSS Document */


.but_orange {
    background-image: url(../images/buttons/button-orangebda8.png?1382624142);
    background-repeat: no-repeat;
    width: 199px;
    height: 52px;
    margin: 0 auto;
    display: block;
    line-height: 52px;
    text-decoration: none !important;
    color: #6d3300 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 0 #edc596 !important;
}

.but_orange:hover {
    background-position: 0 -52px
}

.but_orange:active {
    background-position: 0 -52px
}

.but_green {
    background-image: url(../images/buttons/button-greenbda8.png?1382624142);
    background-repeat: no-repeat;
    width: 199px;
    height: 52px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    text-decoration: none !important;
    color: #2d5a02 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 0 #b4d984 !important;
}

#but_green_submitbtn {
    background-image: url(../images/buttons/button-greenbda8.png?1382624142);
    background-repeat: no-repeat;
    background-color:#1e5180;
    border:none;
    width: 199px;
    height: 52px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    text-decoration: none !important;
    color: #2d5a02 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 0 #b4d984 !important;
    cursor: pointer;
    outline: none;
}

#but_green_submitbtn:hover {
    background-position: 0 -52px
}

#but_green_submitbtn:active {
    background-position: 0 -52px
}

.but_green:hover {
    background-position: 0 -52px
}

.but_green:active {
    background-position: 0 -52px
}





.authorization {
    position: absolute;
    width: 350px;
    height: 110px;
    right: 18px;
    top: 10px;
    color: #FFFFFF;
}

.authorization .col_1 {
    float: left;
    width: 150px;
    margin: 0 0 0 9px;
}

.authorization .col_2 {
    width: 180px;
    float: left;
    margin: 0 0 0 10px;
}

.authorization input {
    border: 0px;
    background: none;
    height: 100%;
}

.authorization .input {
    border: 0px;
    height: 25px;
    margin: 0 0 9px 0;
}

.authorization .input input {
    box-shadow: inset 0 0 6px #000;
    background: #112c5b;
    border-radius: 5px;
    width: 130px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 10px;
}

.authorization .enter {
    float: left
}

.authorization .enter button,
.authorization .auth_block_preloader {
    width: 74px;
    height: 30px;
    display: inline-block;
    margin: 2px 0 0 0;
}

.authorization .enter button {
    background: url(../images/buttons/enterbda8.png?1382624142);
    background-repeat: no-repeat;
    height: 32px;
    width: 74px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
}

.authorization .enter button:hover {
    background-position: 0 -32px
}

.authorization .enter button:active {
    background-position: 0 -64px
}

.authorization .auth_block_preloader {
    display: none;
    background: url(../images/auth_block_preloaderbda8.gif?1382624142) 50% 50% no-repeat;
}


