﻿
body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/bg.jpg);
}

#Container {
    width: 100%;
    height: 100%;
}

#Main {
    margin-left: auto;
    margin-right: auto;
    width: 704px;
}

#Header {
    background: url(../images/login_logo.png) no-repeat center top;
    margin-left: auto;
    margin-right: auto;
    width: 704px;
    height: 213px;
    overflow: hidden;
    margin-top: 102px;
}

#MainBody {
    background: url(../images/login_kuang.png) no-repeat center top;
    margin-left: auto;
    margin-right: auto;
    width: 704px;
    height: 300px;
    overflow: hidden;
    margin-top: 70px;
}

#MainLogin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
    width: 285px;
    height: 200px;
}

.txtName {
 float:left;
    width: 244px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px;
    background: url(../images/icon_user.png) no-repeat 10px center #fff;
    padding-left: 40px;
}

.Password {
    width: 244px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    border: 1px;
    background: url(../images/icon_lock.png) no-repeat 10px center #fff;
    padding-left: 40px;
}

#imgLogin {
    width: 285px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    margin-top:10px;
    border: 1px;
    background-color: #DC143C;
    color: #fff;
}

#Footer {
    position: relative;
    width: 704px;
    height: 150px;
    text-align: center;
    margin-top: 100px;
}
