﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    color: #666666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.option_visited {
    background: url(../images/top_line.jpg) no-repeat 0 0;
    display: block;
    height: 40px;
}

a {
    color: #666666;
    text-decoration: none;
}

    a:hover {
        color: #666666;
        text-decoration: underline;
    }

.STYLE1 {
    color: #0000FF;
    font-weight: bold;
}

.STYLE2 {
    color: #b003d3;
    text-decoration: underline;
}

.input {
    width: 150px;
    height: 28px;
    /*line-height: 28px;*/
    padding: 0 10px;
    border: #707070 1px solid;
    color: #000;
}

    .input:hover {
        border: #290350 1px solid;
        color: #000;
    }

.fontline {
    float: right;
    color: #666666;
}

    .fontline ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .fontline ul li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            float: left;
            width: 78px;
            text-align: center;
            height: 27px;
            line-height: 28px;
            background: url(../images/topline.jpg) no-repeat;
        }

#l-green a {
    color: #b003d3;
}

#w-green a {
    color:#b003d3;
}

#f-green a {
    color: #0b893f;
}

#h-green a {
    color: #0b893f;
}

.fontline a {
    color: #666666;
    text-decoration: none;
}

    .fontline a:hover {
        color: #0b893f;
        text-decoration: underline;
    }

#a {
    width: 100%;
    border: 1px #ccc solid;
    border-radius: 6px;
    background: url(../images/login_bg.jpg) repeat-x 0 0;
    box-sizing: border-box;
}

.b {
    height: 1px;
    overflow: hidden;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
}

.pg-login-logo {
    margin-top: 5px;
}

.login-box {
    width: 960px;
    margin: 30px auto 0;
}


.loginkuang {
    width: 550px;
    margin: 70px auto;
    background-color: #FFFFFF;
    border: 1px #DCE3BC solid;
}

.title {
    font-size: 16px;
    font-weight: bold;
    color: #fcfcfc;
    line-height: 30px;
    background:#290350;
    height: 31px;
    text-align: center;
    width: 550px;
}

.frominput {
    height: auto;
    width: 450px;
    margin: 50px auto;
}

    .frominput ul {
        margin-top: 40px;
        padding: 0px;
        list-style: none;
    }

        .frominput ul li {
            float: left;
            text-align: center;
            width: 100%;
            height: 40px;
            line-height: 30px;
        }

    .frominput td {
        padding: 5px;
        text-align: left;
        font-size: 15px;
        color:#333;
    }

    .frominput tr td:first-child {
        width: 130px;
    }

    .frominput td a {
        float: left;
        line-height: 30px;
        font-size: 12px;
        font-weight:bold;
        color:#b003d3;
    }
    .frominput td a span{
        text-decoration:none;
    }
     .frominput td a:hover{
         text-decoration:underline
     }
    .frominput td p{
        color:#666;
        padding:0;
        margin:10px 0 0;
        width:100%;
    }

.Copyrighttext {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 5px;
}

.btn-login-reset, .btn-login-login {
    height: 30px;
    width:172px;
    /*line-height: 30px;*/
    float: left;
    padding: 0 15px;
    margin:0;
    text-align: center;
    font-size: 14px;
    /*background:#ffa02f;
    color:#fff;
    border:0;
    border-radius:4px;*/
}
