﻿body {
    font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
    font-size: 12px;
    color: #444;
    background-color: #ededef;
}

.w-user .txt, .w-user label, .w-user .label {
    position: absolute;
    left: 16px;
    top: 9px;
}

    .w-user .txt.right, .w-user label.right, .w-user .label.right {
        right: 16px;
        left: auto;
    }

w-user .label {
    position: absolute;
    left: 16px;
    top: 9px;
}

label {
    cursor: default;
}

.contl {
    margin: 0 auto;
    margin-top: 35px;
    width: 332px;
}

    .contl h3 {
        margin: 0 0 18px;
        font-weight: normal;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

.w-user {
    padding: 0;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.w-user .w0 {
    zoom: 1;
    margin: 0 0 15px;
}

li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

.w-user .w2 {
    text-align: center;
}

.w-user .inpt, .w-user .txt {
    width: 298px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
}

.w-user .txt {
    border: 0;
    outline: none;
    color: #444;
}

.w-user .inpt {
    position: relative;
    zoom: 1;
    padding: 9px 16px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.w-user .txt, .w-user label {
    position: absolute;
    left: 16px;
    top: 9px;
}

.w-user label {
    color: #aaa;
    z-index: 1;
}

#btnSubmit, #btnGoLogin {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(117,155,0,0.65);
}

.w-user .btn, .m-focuson .btn {
    background: -moz-linear-gradient(top, #84af00 0%, #79a200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84af00), color-stop(100%,#79a200));
    background: -webkit-linear-gradient(top, #84af00 0%,#79a200 100%);
    background: -o-linear-gradient(top, #84af00 0%,#79a200 100%);
    background: -ms-linear-gradient(top, #84af00 0%,#79a200 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#84af00',endColorStr='#79a200',gradientType='1');
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
}

.w-user .btn {
    width: 332px;
    height: 40px;
    border: 0;
}

.forget {
    list-style: disc;
    display: block;
    float: left;
    padding-top: 30px;
    margin-left: 40px;
}

.m-login .contc .forget li a {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    width: 120px;
    margin-bottom: 21px;
    color: #333;
    text-shadow: 0 1px 1px #fff;
    background: -moz-linear-gradient(top, #e7e7e7 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #e7e7e7 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #e7e7e7 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #e7e7e7 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e7e7e7',endColorStr='#dfdfdf',gradientType='1');
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.5) inset;
}
