﻿body {
}

.buttonStyle {
    width: 100px;
    height: 25px;
    border: 1px solid #fff;
    background-image: url('/images/style/buttonbk.gif');
    color: #000;
    padding-top: 2px;
    font-weight: 500;
    font-size: 14px;
}

A:link {
    color: #0000FF;
    font-family: Arial,Microsoft YaHei;
    font-size: 12px;
    text-decoration: none;
}

A:visited {
    COLOR: #0000FF;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #FFF;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}

.textBox {
    float: left;
    text-align: left;
    border: 1px solid #333399;
    margin: 1px;
    padding: 1px;
    height: 19px;
}

table {
    color: #FFF;
    font-size: 14px;
}

.bottomTitle {
    font-size: 12px;
}

.login_con {
    width: 324px;
    height: auto;
    /* float: right; */
    padding: 34px 0px;
    margin-right: 26px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -152px;
    top: 50%;
    bottom: 50%;
    margin-bottom: -203px;
    position: absolute;
    right: 70%;
    margin-right: -426px;
    color:#000;
}
.login_conc {
    height: auto;
    margin: 0 auto;
}