﻿
#Main_Login {
    height: 480px;
    width: 652px;
    margin: 0px auto;
}

.Login_top {
    height: 360px;
    width: 652px;
    margin: 0px auto;
}

    .Login_top .Top_top {
        width: 652px;
        /*height: 108px;*/
    }

h2 {
    text-align: center;
    color: #c10435;
    padding-top: 5px;
}

P .Top_am {
    color: #000000;
}

p .Top_month {
    text-decoration: underline;
}

.Login_top .Top_buttom {
    width: 500px;
    height: 260px;
    padding-top: 20px;
}

#Login_all {
    width: 652px;
    height: 354px;
    /*background: url("image/Login.png" ) no-repeat;*/
    background: url("../image/Login.png") no-repeat;
}

.imgCapcha {
    vertical-align: middle;
}

#Login_all .Top_middle {
    width: 500px;
    height: 45px;
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.p33 {
    font-size: 22px;
    color: #c10435;
    padding-left: 15px;
    font-weight: bold;
    line-height: 22px;
}

.p34 {
    font-size: 17px;
    color: #c10435;
    padding-left: 15px;
    font-weight: bold;
    line-height: 22px;
}

.Top_top .Top_centanct p {
    color: #404040;
    font-size: 19px;
    line-height: 22px;
    /*font: 12px/18px "Lucida Grande","Lucida Sans Unicode","Candara",Arial, Helvetica, sans-serif;*/
    /*font-family: Verdana,Sans-Serif,Georgia;*/
    font-weight: bold;
}

.TableLogin table tr td span.po_date {
    height: 20px;
    line-height: 20px;
    width: 66px;
    border-bottom: 1px solid #c6c6c6;
}
/*输入框内的字体颜色*/

/*验证码字体颜色*/
.textCode:-moz-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.textCode::-moz-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.textCode:-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.textCode::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}


/*密码字体颜色*/
.passWord:-moz-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.passWord::-moz-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.passWord:-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}

.passWord::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: bold;
}
/*密码字体颜色*/
.textId:-moz-placeholder {
    color: #6d6d6d;
    /*font-weight: bold;*/
}

.textId::-moz-placeholder {
    color: #6d6d6d;
    /*font-weight: bold;*/
}

.textId:-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    /*font-weight: bold;*/
}

.textId::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    /*font-weight: bold;*/
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(249,247,235) inset;
}
/*按钮的 样式*/
.btn_login {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border: 0;
    padding: 0;
    line-height: 20px;
    background: -moz-linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
    background: linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );*/
    /*box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.8) inset;*/
    /*-moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px 4px;*/
    border: 1px solid #c10435;
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;
    outline: none;
}

    .btn_login:hover {
        background: -moz-linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
        background: -webkit-linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
        background: linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10435', endColorstr='#B59319',GradientType=0 );*/
        color: #ffffff;
        border: 1px solid #404040;
    }
.btn_cancel {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border: 0;
    padding: 0;
    line-height: 20px;
    background: -moz-linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
    background: linear-gradient(#404040, #404040) repeat scroll 0 0 transparent;
    border: 1px solid #404040;
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;
    outline: none;
}
    .btn_cancel:hover {
           background: -moz-linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
        background: -webkit-linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
        background: linear-gradient(#c10435, #c10435) repeat scroll 0 0 transparent;
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10435', endColorstr='#B59319',GradientType=0 );*/
        color: #ffffff;
        border: 1px solid #c10435;
    }
#BtnLogOut {
    color:#c10435;
}