.loginText {
    font-family: "微軟正黑體";
}

.loginSubmit {
    width: 1px;
    height: 1px;
    position: fixed;
    left: -20px;
    top: -20px;
    color: white;
    overflow: hidden;
}

.loginHand {
    cursor: pointer;
    cursor: hand;
    /* IE5 fix */
}

div.loginDiv {
    width: 470px;
    height: 265px;
    background-image: url(../login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

div.loginDiv .loginForm {
    position: relative;
    left: 100px;
    top: 70px;
}

div.loginDiv2 {
    width: 380px;
    height: 300px;
    background-image: url(../login2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

div.loginDiv2 .loginForm {
    position: relative;
    left: 0px;
    top: 140px;
}

div.loginUUIDInfo{
    width:180px;
    color: red;
    font-size: smaller;
}

div.loginDiv .inputField {
    width: 120px;
}