.field {
        padding: 5px 0px;
        overflow: hidden;
    }
    .ttl,
    .inp,
    .ttl .err {
        float: left;
    }
    .ttl {
        color: #5F9848;
        font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", sans-serif, "Myriad Pro";
        //font-family: Calibri, "Trebuchet MS", "Tahoma", "Arial", "Helvetica", sans-serif, "Myriad Pro";
        font-size: 0.9em;
        font-weight: bold;
        text-align: right;
        padding-right: 10px;
        width: 140px;

        padding-top: 10px;
    }
    .inp.txt {
        color: #5F9848;
        color: #888;
    }

        .field input {
            border: 2px dotted #6Fa858;
            border-radius: 10px;
            padding: 10px;
            width: 220px;
        }
        .field input[type='checkbox'] {
            border: 1px solid #6Fa858;
            border-radius: 0px;
            padding: 5px;
            width: auto;
        }
        .ttl .err {
        //background-color: yellow;
        color: red;
        font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", sans-serif, "Myriad Pro";
        font-size: 0.9em;
        font-weight: bold;
        text-align: right;
        padding-right: 10px;
        width: 140px;
    }
    form .btnForm {
        margin-left: 5px;
        margin-bottom: 5px;
        width: 390px;
    }
    form .btnForm.btnHalf {
        font-size: 1.0em;
        width: 200px;

        margin: 0;
        margin-bottom: 20px;
    }

#pnl_LogReg {
    border: 3px dotted #91bf50;
    border-radius: 30px;
    height: auto;
    display: inline-block;
    margin: 10px 20px 30px 20px;
    /*margin-right: 50%;*/
    text-align: right;
    overflow: hidden;
    width: 440px;

    margin-right: 0px;
}
    #pnl_LogReg #pnl_log,
    #pnl_LogReg #pnl_reg {
        display: block;
        padding: 20px;
        position: relative;
    }
    #pnl_LogReg #pnl_reg {
        display: none;
    }
    #pnl_LogReg .arr_cat {
        background-color: #fff;
        background-image: url('/images/bd_arr.png');
        background-position: -10px 0px;
        background-repeat: no-repeat;
        height: 13px;
        position: absolute;
        width: 200px;
        margin-top: 24px;
    }
    #pnl_LogReg .cabtab_title {
        background-color: #E7FFA1;
        background-image: url('/images/bd_line.png');
        background-position: 2px 29px;
        background-repeat: no-repeat;
        /*border-bottom: 3px dotted #91bf50;*/
        color: green;
        cursor: pointer;
        display: inline-block;
        height: 23px;
        float: left;
        font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif, "Myriad Pro";
        font-weight: bold;
        padding: 5px 0px;
        text-align: center;
        overflow: hidden;
        width: 220px;
    }
    #pnl_LogReg #pnl_log_title.cabtab_title {
        background-color: #fff;
        border-radius: 30px 0px 0px 0px
    }
    #pnl_LogReg #pnl_reg_title.cabtab_title { border-radius: 0px 30px 0px 0px; }

    #pnl_LogReg .cabtab  {
        font-size: 1em;
    }
    #pnl_LogReg .cabtab .desc {
        background-color: #E7FFA1;
        font-weight: bold;
        padding: 5px;
    }
    #pnl_LogReg .cabtab .value {
        background-color: #ffe;
        border-bottom: 1px solid #b7cF71;
        font-size: 0.9em;
        padding: 5px;
    }
    #pnl_LogReg .items .field .lost_password {
        text-align: right;
        margin-right: 10px;
    }
    #pnl_LogReg .items .field .lost_password button {
        background-color: transparent;
        border: none;
        color: red;
        cursor: pointer;
        font-size: 0.9em;
    }
    #pnl_LogReg .items .field .lost_password button:hover {
        text-decoration: underline;
    }

.reg_Note {
    padding: 20px 10px;
    overflow: hidden;
    margin-left: 600px;
    margin-left: 50%;
    padding-left: 0px;
    padding-top: 60px;
    padding-top: 18px;
}
    .reg_Note .title {
        color: #3F7828;
        font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", sans-serif, "Myriad Pro";
        font-weight: bold;
        /*text-align: center;*/
        padding-left: 50px;
    }
    .reg_Note .content {
        padding: 20px;
    }

.reg_Social {
    padding: 30px 10px 50px 10px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 450px;

    width: 1000px;
}
    .reg_Social .title {
        color: #3F7828;
        font-size: 1.4em;
        font-family: Calibri, "Trebuchet MS", "Tahoma", "Arial", "Helvetica", sans-serif, "Myriad Pro";
        font-weight: bold;
    }
    .reg_Social .note {
        color: #888;
        font-size: 0.9em;
        font-weight: normal;
    }
    .reg_Social .socials {
        margin: 10px auto;
        overflow: hidden;
        width: 80px;
        width: 150px;
    }
        .reg_Social .socials .social {
            background-color: transparent;
            //background-image: url('/images/social_f.png');

            border: none;
            color: #fff;
            display: inline-block;

            float: left;
            height: 37px;
            width: 37px;

            background-image: url('/images/soc_trava_69.png');
            height: 69px;
            width: 69px;
        }
        .reg_Social .socials .social:hover {
            /*background-color: yellow;*/
            cursor: pointer;
        }


    #pnl_LogReg .user_agreenment {
        color: #888;
        font-size: 0.70em;
        text-align: left;
        margin-left: 15px;
        margin-top: 7px;
        float: left;
        width: 180px;
        overflow: hidden;
    }

    .navigation {
        margin: 0 auto;
        width: 900px;
    }