﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font: normal 12px/150% Tahoma;
    font-family: "微软雅黑","宋体";
    line-height: 1.5em;
    text-align: center;
    width: 100%;
}

img {
    border: 0px;
}

.top {
    background: url(images/login_top.gif) center top;
    height: 221px;
}

.main {
    width: 980px;
    margin: 0 auto;
}

.login_box {
    background: url(images/login_03.gif);
    height: 320px;
    position: relative;
    margin-top: -30px;
}

.msg {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 50px;
    right: 66px;
    text-align: left;
}

.username {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 85px;
    right: 66px;
}

.password {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 138px;
    right: 66px;
}

.save_user {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 180px;
    right: 66px;
    text-align: left;
}

.button {
    width: 240px;
    height: 36px;
    position: absolute;
    top: 230px;
    right: 66px;
}
