@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "隶书", "楷体", "华文行楷", "STXingkai", "Microsoft YaHei", serif;
    font-size: 16px; /* 修改为18像素 */
    line-height: 150%;
    text-align: left;
    background: #e8eefa;
    color: #000;
}

        
div,
p,
form {
    margin: 0;
    padding: 0;
}

.total {
    border: 1px solid #e8eefa;
}

.top {
    background: #fff url(../images/top.png) repeat-x;
    height: 6px;
    width: auto;
}

.bottom {
    background: url(../images/bottom.png) repeat-x left bottom;
}

.left {
    background: url(../images/left.png) repeat-y;
}

.right {
    background: url(../images/right.png) repeat-y right top;
    height: 100%;
}

.left_top {
    background: url(../images/top_left.png) no-repeat left top;
}

.right_top {
    background: url(../images/top_right.png) no-repeat right top;
}

.left_bottom {
    background: url(../images/bottom_left.png) no-repeat left bottom;
}

.right_bottom {
    background: url(../images/bottom_right.png) no-repeat right bottom;
}

.button {
    background: #005eac;
    border: 1px solid #005eac;
    color: #005eac;
}

input {
    background: #fff;
    border: 1px solid #00f;
    color: #000;
    height: 21px;
    font-size: 16px; /* 同步修改为18像素 */
}

select {
    background: #fff;
    border: 1px solid #005eac;
    font-family: "华文楷体", "STKaiti", "楷体", "Microsoft YaHei", serif;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    height: 23px;
    color: #000;
}

.main {
    padding: 15px 10px;
    _padding: 7px 5px; /* 针对 IE6 的 hack */
}

a:link {
    color: #00f;
}

a:visited {
    color: #6a14b2;
}

a:hover {
    color: #078c91;
}

a:active {
    color: #00f;
}
