﻿/* <owerrides> */
div.RegistrationForm input[type=text].login,
div.RegistrationForm input[type=password].passw,
div.jqmBody input[type=text]
{
    padding: 6px 10px!important;
    width: 320px!important
}

select
{
    display:inline-block;
    width:75px;
}
/* </owerrides> */

/* основной блок с формой (и всеми полями) */
/*div.RegistrationForm .form
{
    border-right:2px solid #F7B530;
    padding-right:10px;
}*/

div.registration-complete
{
    margin: 15px 0 0;
    text-align: left;
    font-size: 15px;
    display: none;
}

    div.registration-complete a
    {
        color: #2f78b8;
        border-bottom: 1px solid;        
        cursor: pointer;
        text-decoration: none;
    }

    div.registration-complete .logout-container
    {
        height: 150px;
        line-height: 150px;
    }

/* DIV для блокировки какой-либо формы */
div.formoverlay
{
    position:absolute;
    background:rgba(255, 255, 255, 0.8);
}

    div.formoverlay div
    {
        font-size:20px;
        color:#3c3b3b;
        background:#fff;
        max-width:400px;
    }

    div.formoverlay div.closewrapper
    {
        position:absolute;
        bottom:0;
        right:25px;
        background:white;
    }

div[formtype]
{
    min-width:345px;
    max-width:360px;
}

/* Статусы о выполнении операции (справа от тестового поля) */
div.registrationfield
{
    float: left;
}

div.reqstate
{
    position: absolute;
    visibility:hidden;        
    padding: 6px 0 6px 7px;    
    margin-left:15px;

            border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
     -khtml-border-radius: 3px 0 0 3px;       
    -webkit-border-radius: 3px 0 0 3px
}

div.reqstate.failed
{   
    background: rgba(255, 0, 0, 0.17);
    border-left: 4px solid #F00;    
    color: #A31313;
}

div.reqstate.success
{
    border: 1px solid #53AC55;
    background: rgba(125, 233, 116, 0.17);
}
    
    div.reqstate .descr
    {
        float: left;
        margin: 2px 5px;
        color: #53AC55;
    }

    div.reqstate.failed .descr { color: #AF0000; }

div.promo
{

}

    div.promo .showpromo
    {
        border-bottom:1px solid #ddd;
    }

    div.promo .showpromo span
    {
        font: normal 22px Tahoma;
        color: #3c3c3c;
        margin-bottom: 3px;
        padding: 8px 0 3px 15px;
        display: block;
    }

    div.promo .body 
    {

    }

        div.promo div.body .text
        {            
            width: 482px;
            font: normal 14px Tahoma;
            color: #4a4a4a;
            margin:12px 0 7px;
        }

        div.promo div.body div.text .action
        {
            margin: 28px 0 8px;
            padding: 5px;
        }

            div.promo div.body div.text div.action .accept
            {
                float: left;
                font: normal 15px Tahoma;
                cursor: pointer;
                color: #00a1ff;
                border-bottom:1px solid;
            }

            div.promo div.body div.text div.action .decline
            {
                float: right;
                font: normal 15px Tahoma;
                cursor: pointer;
                color: #aeaeae;
                border-bottom:1px solid;
            }

            div.promo div.body div.text div.action .decline:hover
            {
                color: #636363;
            }

/* блок с "я принимаю условия использования сайта" */
div.terms
{
    margin:20px 0 15px;   
    border-right:4px solid white;
}

    div.terms .checkbox
    {
        float: left;
        padding: 1px 0;
    }

    div.terms .text
    {
        float:left;        
        margin-left:5px;
        text-align:left;
    }

    div.terms .offer
    {
        color: #2f78b8;
        border-bottom: 1px dashed;
        cursor: pointer;
    }

    
/* блок с кнопкой "зарегистрироваться" */
div.button
{
    text-align:left;
    padding-left:19px;
}
 

/* условия использования сайта и договор оферта */
div.center
{
    margin:20px 75px 20px 20px;
}

div.uiterms
{
    width: 45%;
    height: 100%;
    border: 5px solid #426494;
    padding: 10px 40px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

    div.uiterms .closer
    {
        cursor: pointer;
        float: left;
        width: 22px;
        height: 22px;
        background: url(../img/closebutton.png) no-repeat;
        position: fixed;
    }

    div.uiterms .printer
    {
        cursor: pointer;
        float: left;
        width: 22px;
        height: 22px;
        background: url(../img/print.png) no-repeat;
        position: relative;
        top:10px;
    }

/* человек уже авторизован */
div.alreadyauthed
{
    margin:50px 0;
    height:40px;
    font-size:17px;
    line-height:20px;
    text-align:left;
}

div.alreadyauthed span
{
    color: #2F78B8;
    text-decoration: underline;
    cursor: pointer;
}

div.createnew
{
    color: #2F78B8; 
    height:65px;
    line-height:65px;   
    font-size: 13px;
    text-align:left;
}

div.createnew span
{
    color: #2F78B8;
    border-bottom:1px dashed;
    cursor: pointer;
}


div.tips
{
    width: 100%;    
    margin: 10px 4px;
    font-size: 14px;
    padding: 4px;
}

    div.tips span
    {
        font-size: 18px;
        display: block;
        color: #303030;
    }

div.registrationinfo
{
    margin:25px 0;
}

    div.registrationinfo ul
    {
        margin-left:30px;
    }

    div.registrationinfo ul li
    {
       list-style:circle;
    }

div.legaltip
{
    width:475px;
    font-size:13px;
    text-align:left;
    padding-top:5px;
    margin-left:20px;
}

    div.legaltip span
    {
        font-size: 12px;
        font-weight: normal;
        color: #5D5D5D;
        display: block;        
    }

div.registrationrules_wrap
{
    display: none;
    position:absolute;
    width: 375px;
    opacity: 0;
}

    div.registrationrules_wrap div.rules
    {
        width: 400px;
        background: #F9F9F9;        
        border: 1px solid #EBEBEB;        
        padding: 5px 7px;
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-family: Verdana;

        border-radius: 4px;
         -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;

        min-height: 280px;
    }

        div.rules ul
        {
            margin: 10px 0 10px 15px;
        }

            div.rules ul li
            {
                list-style:none;
                margin:6px 0;
            }

        div.registrationrules_wrap .triangle
        {
            position: relative;
            background: #F9F9F9;
            transform:rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            top:240px;
            left:-204px;
        }

            div.registrationrules_wrap .triangle:after, 
            div.registrationrules_wrap .triangle:before
            {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-color: transparent;
            }

                div.registrationrules_wrap .triangle:before
                {
                    bottom: -11px;
                    left: 247px;
                    border-top-color: #EBEBEB;
                    border-width: 15px 25px 13px 25px;
                }

                div.registrationrules_wrap .triangle:after
                {
                    bottom: -10px;
                    left: 248px;
                    border-top-color: #F9F9F9;
                    border-width: 15px 24px 13px 24px;
                }

            div.registrationrules_wrap .rules_text
            {
                min-height: 245px;
            }

        div.registrationrules_wrap .rules_accept
        {
            padding:10px 0 0 5px;
        }

/* registration info */
div.hlp
{   
    background-color:#fff;
    border-bottom:1px solid whitesmoke;    
    margin-top: -25px;
    margin-bottom: 15px;
}

    div.hlp .exept
    {
        font-size: 6.6em;
        color: #F49B14;
        width: 50px;
        text-align: center;
        cursor: default;
    }

    div.hlp .descr
    {
        padding:18px 0 0 7px;
        width: 800px;
    }

    div.hlp .close div
    {
        margin:-5px 8px;
        cursor: pointer;
        font: bold 3em Times;

        -webkit-transition: color ease-in-out .1s;
        -moz-transition:    color ease-in-out .1s;
        -o-transition:      color ease-in-out .1s;
        transition:         color ease-in-out .1s
    }

        div.hlp .close div:hover { color:#F49B14 }

div.advanced_rule
{
    padding-left: 12px;
}

/* registration completed rule */
div.registration_completed
{
    font-size:14px;
}

    div.registration_completed div.advanced_rule
    {
        font-size:13px;
    }

    div.registration_completed h3
    {
        font-size:18px;
        margin:0;
    }

    div.registration_completed ul
    {
        list-style:none;
        margin:10px 0;
    }

        div.registration_completed ul li
        {
            padding-left:10px;
            margin:4px 0;
        }