﻿@charset "utf-8";

body {
    font: 80% Arial, Verdana Helvetica, sans-serif; /* 80%=13px */
    background: url("../images/login/bg.jpg") no-repeat center 0;
    margin: 0;
    padding: 0;
    color: #3d3d3d;
}

/* setting */
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a {
    text-decoration: none;
    color: #008dcb;
}

    a:hover {
        color: #008dcb;
        text-decoration: underline;
    }

#wrap {
}

#containter {
    margin: 0 auto;
    width: 1000px;
    background: url("../images/login_bg4.jpg") no-repeat;
    height: 595px;
}

/* content */
#logo {
    background: url("../images/logo.jpg") no-repeat;
    _background: url("../images/logo_ie6.jpg") no-repeat;
    width: 379px;
    height: 80px;
}

#right-box {
    float: right;
    overflow: hidden;
    padding: 229px 30px 0 0;
}

.form-box label {
    float: left;
    line-height: 33px;
    text-align: right;
    width: 77px;
}

.form-box {
    padding: 27px 0 0 0;
}

    .form-box input.text-style {
        background: url("../images/text_box_bg.jpg") no-repeat scroll 0 0 transparent;
        border: 0 none;
        height: 33px;
        line-height: 33px;
        margin: 0 0 7px 4px;
        padding: 0 0 0 5px;
        width: 214px;
        color: #535353;
    }

    .form-box .random-code {
        vertical-align: middle;
    }

#wrap #right-box .pwd {
    text-decoration: underline;
    color: #535353;
    padding:0 0 0 15px;
}

    #wrap #right-box .pwd:hover {
        text-decoration: none;
        color: #008dcb;
    }

.btn-wrap {
    padding:2px 0 0 84px;
}

    .btn-wrap .btn-login {
        background: url("../images/btn_login.jpg") no-repeat scroll 0 0 transparent;
        border: 0 none;
        height: 31px;
        width: 95px;
        text-indent: -999px;
        cursor:pointer;
    }

        .btn-wrap .btn-login:active {
            background: url("../images/btn_login.jpg") no-repeat scroll 0 0 transparent;
        }

        .btn-wrap .btn-login:hover {
            background: url("../images/btn_login.jpg") no-repeat scroll 0 -31px transparent;
        }

/* footer */
#footer {
   margin-top: 78px;
   text-align: center;
   color:#7e7e7e;
   font-size:90%;
}

#footer p{
  line-height:24px;
}
