﻿.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;
}
.msg_box
{
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #C0C0C0;
    width: 760px;
    height: 450px;
}
.success_title
{
    margin: 0 auto;
    color: #FF0000;
    background-image: url('/Content/Image/Admin/information.gif');
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 55px;
    width: 650px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    line-height: 55px;
}
.error_title
{
    margin: 0 auto;
    color: #FF0000;
    background-image: url('/Content/Image/Admin/error.gif');
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 55px;
    width: 650px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    line-height: 55px;
}
.msg_info
{
    margin: 0 auto;
    padding-top: 120px;
    width: 650px;
    height: 200px;
    color: #F00;
    font-size: 16px;
    line-height: 200%;
    text-indent: 2em;
}
.line
{
    margin: 0 auto;
    width: 650px;
    border-top: #cccccc 1px dashed;
    margin-top: 15px;
    padding-top: 15px;
}
.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;
}

/*清除底部链接样式*/
.footer ul .foot_link
{
    background-color: #FFFFFF;
    border: none;
    margin-bottom:5px;
}