A:link {
    color: #997e3e;
    line-height: 140%;
    text-decoration: none;
}
A:visited {
    color: #997e3e;
    line-height: 140%;
    text-decoration: none;
}
A:hover {
    color: #a90017;
    line-height: 140%;
    text-decoration: none;
    background-color: #e9e0aa;
}
A:active {
    color: #ff3300;
    line-height: 140%;
    text-decoration: none;
}
BODY {
    font-family: Verdana, Geneva, Arial, Helvetica;
    font-size: 15px;
    color: #464646;
    line-height: 160%;
    letter-spacing: 0.014cm;
    background-image: url(../images/Login-BG.png);
    background-repeat: repeat-x;
    background-color: #edfde6;
    margin-top: 20px;
}
P, TR, TD, A, SELECT, OPTION {
    font-family: Verdana, Geneva, Arial, Helvetica;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.014cm;
}
.bg {
    background-repeat: repeat-x;
}
.bgw {
    background: #ffffff;
}
.hr-a {
    height: 1px;
    border-top: 1px;
    color: #e4d0ba;
    width: 100%;
}
td.map1 {
    background: url(../images/Login-Top.gif);
}
.ErrLabel {
    color: Red;
    letter-spacing: 0.014cm;
    line-height: 100%;
    word-break: break-all;
}
.cursor-hand {
    cursor: pointer;
}
.bg-red {
    background-color: #ffdddd;
}
.pos-hide {
    display: none;
}
#table1 {
    border-collapse: collapse;
}
.ime-disabled {
    ime-mode: disabled;
}
.bg-login-up {
    background-image: url('../images/login-up_b.png');
}

.login-input {
    ime-mode: disabled; /* 只在 IE/舊瀏覽器支援 */
    border: 1px solid #C0C0C0;
    font-size: large;
    height: 25px;
    width: 160px;
}

.bg-login-center {
    background-image: url('../images/login-center_b.png');
    border-right: 3px solid #5a8f4a;
}

#table2 {
    border-spacing: 0;
}

.w450 {
    width: 450px;
}

.h100 {
    height: 100px;
}

.w650 {
    width: 650px;
}

.img-border0 {
    border: 0;
}

.d-none {
    display: none;
}

.img-captcha {
    vertical-align: top;
    height: 25px;
}

.img-btn {
    border-width: 0px;
    vertical-align: top;
    outline: none;
}

.link-red-underline {
    text-decoration: underline;
    color: #ff0000;
}
.input-captcha {
    height: 25px;
    width: 65px;
    font-size: larger;
}
.btnlogn {
    border: 0;
    background: url('../images/BT_login.gif') no-repeat;
    width: 60px; /* 按鈕大小 */
    height: 40px;
}