﻿* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #484848;
    text-decoration: none;
    list-style: none;
    font-family:'Microsoft YaHei';
}

.none {
    display: none;
}

.block {
    display: block;
}

.warning {
    color: #eaf30c;
}

.error {
    color: red;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.table {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
    margin: 10px 0px;
}

    .table th {
        background: #ececec;
    }

    .table th, .table td {
        height: 25px;
        border: 1px solid #ddd;
        border-width: 1px 1px 0 0;
        line-height: 22px;
    }

    .table tr:hover {
        background: #fafafa;
    }

    .table td table td {
        border: 0px;
    }

input[type=button], input[type=submit] {
    border: 1px solid #484848;
    background-color: white;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px 0px;
}

    input[type=submit].div-input-login {
        background-color: #0683b1;
        border: medium none;
        color: white;
        cursor: pointer;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        height: 45px;
        left: 68px;
        line-height: 45px;
        position: absolute;
        top: 387px;
        width: 135px;
        border-radius: 0px;
    }

    input[type=button]:hover, input[type=submit]:hover {
        box-shadow: 0px 0px 3px #484848;
    }

    input[type=button]:active, input[type=submit]:active {
        background-color: #ececec;
    }
