﻿.Register1
{
    width: 90%;
    margin: 20px auto 50px;
}
.Register1 .LoginInpBox
{
    color: #777;
}
/*——*/
.Register1 .LoginInpBox .UsernameDiv
{
    border: solid 1px #ccc;
    border-bottom-width: 0;
    background: #fff;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.Register1 .LoginInpBox .UsernameDiv table
{
    height: 46px;
}
.Register1 .LoginInpBox .UsernameDiv table td.td1
{
    font-size: 16px;
    line-height: 46px;
    width: 104px;
    text-align: center;
}
.Register1 .LoginInpBox .UsernameDiv table td.td2
{
    padding-right: 5px;
}
.Register1 .LoginInpBox .PasswordDiv
{
    border: solid 1px #ccc;
    border-bottom-width: 0;
    background: #fff;
}
.Register1 .LoginInpBox .PasswordDiv table
{
    height: 46px;
}
.Register1 .LoginInpBox .PasswordDiv table td.td1
{
    font-size: 16px;
    line-height: 46px;
    width: 104px;
    text-align: center;
}
.Register1 .LoginInpBox .PasswordDiv table td.td2
{
    padding-right: 5px;
}
.Register1 .LoginInpBox .PasswordCopyDiv
{
    border: solid 1px #ccc;
    background: #fff;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.Register1 .LoginInpBox .PasswordCopyDiv table
{
    height: 46px;
}
.Register1 .LoginInpBox .PasswordCopyDiv table td.td1
{
    font-size: 16px;
    line-height: 46px;
    width: 104px;
    text-align: center;
}
.Register1 .LoginInpBox .PasswordCopyDiv table td.td2
{
    padding-right: 5px;
}
/*——*/
.Register1 .LoginButBox
{
    padding-top: 15px;
}
.Register1 .LoginButBox .con1
{
}
/*——*/
.Register1 .LoginOtherBox
{
    padding-top: 15px;
}
.Register1 .LoginOtherBox .con1
{
    font-size: 14px;
}
.Register1 .LoginOtherBox .con1 td.td1 a
{
    display: block;
    background: #AAFCAA;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #080;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.Register1 .LoginOtherBox .con1 td.td2
{
    text-align: right;
}
.Register1 .LoginOtherBox .con1 td.td2 a
{
    color: #888;
}
/*——*/
.self_inp1
{
    /*height: 38px;
    line-height: 38px;*/
    padding:10px 0 6px;
    border: 0;
    width: 100%;
    background: #fff;
    outline: none;
    font-size: 16px;
    color: #666;
}
.self_inp1::-webkit-input-placeholder
{
    color: #ccc;
    font-size: 14px;
}
.self_but1
{
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #FF8108;
    border: 0;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
