﻿html {
    *overflow: auto;
    _overflow-x: hidden;
    -webkit-text-size-adjust: none;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    background: #046393 url(../img/body.jpg) no-repeat center 116px;
    font-family: "Microsoft YaHei",tahoma,arial,simsun;
}

p, dl, form, h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.vhide {
    visibility: hidden;
}

.main {
    width: 602px;
    margin: 0 auto;
}

.container {
    padding-top: 240px;
}

.logo {
    position: relative;
    min-height: 42px;
    _height: 42px;
}

.aurl {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 4px;
    bottom: -6px;
}

.logo img {
    border: none;
    vertical-align: top;
    margin-left:-15px;
}

.content {
    padding-top: 44px;
    padding-left: 36px;
}

.formdl dt {
    float: left;
    width: 60px;
    clear: left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.formdl dd {
    margin-left: 60px;
    _margin-left: 57px;
    position: relative;
}

.formdl dt, .formdl dd {
    margin-bottom: 10px;
}

.formdl input {
    height: 18px;
    line-height: 18px;
    padding: 5px 4px;
    width: 164px;
    color: #757575;
    background: #fff;
    border: 1px solid #ccc;
    font-family: verdana;
    font-size: 14px;
}

    .formdl input:focus {
        background: #FFFFD8 !important;
        color: #000;
    }

.formdl .captcha {
    width: 60px;
}

.formdl img {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}

.formdl input {
    vertical-align: middle;
}

.formdl .tip {
    font-size: 14px;
    color: #666;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 178px;
    top: 1px;
    line-height: 26px;
    border: #ccc solid 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.formdl .tip2 {
    font-size: 14px;
    color: #666;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 74px;
    top: 1px;
    line-height: 26px;
    border: #CCC solid 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.formdl .error {
    border-color: #C00;
    color: #C00;
}

.btns button {
    width: 73px;
    line-height: 31px;
    text-align: center;
    padding: 0 6px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}

    .btns button:hover {
        background-position: right top;
    }

.btn_go {
    background-image: url(../img/btn_login.jpg);
}
