@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
html, body {
	overflow: hidden;
    width: 100%;
    height: 100%;
}
input[placeholder], [placeholder], *[placeholder] {
    color:#000 !important;
}
ul, li {
    list-style: none;
}
#container {
    width: 100%;
    height: 100%;
    background: url(images/bg.png) repeat;
}
#container:before {
    width: 0px;
    height: 0px;
    content: "";
}
#login {
    width: 800px;
    height: 578px;
    margin: 0px auto 0;
    padding-top: 200px;
    background: url(images/mid_bg.png) no-repeat;
}
#login .left {
    float: left;
    margin-left: -150px;
    width: 425px;
    height: 159px;
    background: url(images/left_bg.png) no-repeat;
}
#login .right {
    float: right;
    margin-left: 80px;
    width: 425px;
    height: 159px;
}
#login .right input.text {
    width: 300px;
    height: 38px;
    margin-bottom: 30px;
    padding-left: 5px;
    background: #e3b0b0;
    line-height: 38px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
}

#login .right input.btn {
    background: #ffcc00;
    border-radius: 3px;
    color: #a70000;
    border: none;
    width: 172px;
    height: 53px;
    line-height: 53px;
    font-size: 42px;
    margin-left: 50px;
    box-shadow: 0px 0px 2px 3px;
    font-family: "Microsoft Yahei, 黑体";
}
#login .right li img {
    float: right;
    margin-top: 4px;
}
