﻿.top
{
    width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    border-bottom: #e9e9e9 1px solid;
}
.top_right
{
    width: 600px;
    float: right;
    text-align: right;
    padding-top: 50px;
    line-height: 20px;
}
.top_right a
{
    color: #666666;
}
.top_right a:hover
{
    color: #666666;
    text-decoration: underline;
}
.account_box
{
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #C0C0C0;
    width: 760px;
}
.line
{
    border-top: #cccccc 1px dashed;
    margin-top: 15px;
    padding-top: 15px;
}
.account_adR
{
    margin:0 auto;
    width:210px;
    margin-top:80px;
}

/*注册页面*/
.reg_title
{
    margin: 0 auto;
    color: #FF0000;
    background-image: url('/Content/Image/ico_zh.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 25px;
    width: 650px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
.reg_info
{
    margin: 0 auto;
    width: 650px;
    padding: 20px;
}
.reg_info ul
{
    width: 100%;
}
.reg_info ul li
{
    height: 40px;
}
.reg_info ul li h2
{
    width: 100px;
    text-align: right;
    float: left;
    line-height: 20px;
}
.reg_info ul li h2 span
{
    color: Red;
    line-height: 20px;
}
.reg_info ul li input
{
    border: 1px solid #CCCCCC;
    width: 160px;
    height: 20px;
    float: left;
    line-height: 20px;
}
.reg_info ul li h3
{
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    background: #fff url(/Content/Image/tips.gif) no-repeat 10px 0;
    color: #666666;
    text-indent: 25px;
    float: left;
}
.reg_info ul .line .btn
{
    display: block;
    font-size: 14px;
    width: 84px;
    height: 25px;
    line-height: 25px;
    background: url(/Content/Image/btn_bg.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    margin-left: 300px;
}

/*登录、找回密码页面*/
.login
{
    width: 450px;
    float: left;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
.login_title
{
    color: #FF0000;
    background-image: url('/Content/Image/ico_zh.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 25px;
    border-bottom: #e9e9e9 1px solid;
    float: left;
    width: 420px;
}
.login_info
{
    width: 420px;
    padding: 20px 0px 20px 0px;
    float: left;
}
.login_info ul
{
    width: 100%;
}
.login_info ul li
{
    height: 40px;
}
.login_info ul li h2
{
    width: 100px;
    text-align: right;
    float: left;
    line-height: 20px;
}
.login_info ul li h2 span
{
    color: Red;
    line-height: 20px;
}
.login_info ul li input
{
    border: 1px solid #CCCCCC;
    width: 160px;
    height: 20px;
    float: left;
    line-height: 20px;
}
.login_info ul li h3
{
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    background: #fff url(/Content/Image/tips.gif) no-repeat 10px 0;
    color: #666666;
    text-indent: 25px;
    float: left;
}
.login_info ul .btn
{
    display: block;
    font-size: 14px;
    width: 84px;
    height: 25px;
    line-height: 25px;
    background: url(/Content/Image/btn_bg.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    margin-left: 150px;
}
.login_info ul li h4
{
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    background: #fff url(/Content/Image/tips.gif) no-repeat 10px 0;
    color: #666666;
    text-indent: 25px;
    float: left;
}
.login_info ul li h4 a
{
    color: #666666;
}
.login_info ul li h4 a:hover
{
    color: #666666;
    text-decoration: underline;
}

/*清除底部链接样式*/
.footer ul .foot_link
{
    background-color: #FFFFFF;
    border: none;
    margin-bottom:5px;
}