body {
    text-align: center;
    background: #DFDFDF url('../img/loginpanelback.png') 0 0 repeat-x;
}

/* 登入介面區塊 (B) */
#loginpanel {
    position: relative;
    margin:0 auto;
    margin-top: 120px;
    text-align: center;
    width: 435px;
}
/* 登入介面區塊 (E) */

/* 帳號輸入區塊 (B) */
#user {
    position: absolute;
    z-index: 2;
    top: 99px;
    left: 186px;
}
/* 帳號輸入區塊 (E) */

/* 帳號輸入框 (B) */
#user > input {
    width: 147px;
    height: 27px;
    border: 0;
    text-align: right;
    font-size: 18px;
    padding: 2px;
}
/* 帳號輸入框 (E) */

/* 密碼輸入區塊 (B) */
#pwd {
    position: absolute;
    z-index: 2;
    top: 144px;
    left: 186px;
}
/* 密碼輸入區塊 (E) */

/* 密碼輸入框 (B) */
#pwd > input {
    width: 147px;
    height: 27px;
    border: 0;
    text-align: right;
    font-size: 18px;
    padding: 2px;
}
/* 密碼輸入框 (E) */

/* 登入按鈕 (B) */
#loginbtn {
    position: absolute;
    top: 198px;
    left: 223px;
    z-index: 2;
    cursor: pointer;
    width: 90px;
    height: 28px;
    border-radius: 5px;
}
/* 登入按鈕 (E) */

/* 訪客按鈕 (B) */
/*#guestbtn {
    position: absolute;
    top: 198px;
    left: 223px;
    z-index: 2;
    cursor: pointer;
    width: 90px;
    height: 28px;
    border-radius: 5px;
}*/
/* 訪客按鈕 (E) */

/* 忘記密碼按鈕 (B) */
#forgotbtn {
    position: absolute;
    top: 234px;
    left: 120px;
    z-index: 2;
    cursor: pointer;
    width: 90px;
    height: 28px;
    border-radius: 5px;
}
/* 忘記密碼按鈕 (E) */

/* 產品註冊按鈕 (B) */
#registerbtn {
    position: absolute;
    top: 234px;
    left: 223px;
    z-index: 2;
    cursor: pointer;
    width: 90px;
    height: 28px;
    border-radius: 5px;
}
/* 產品註冊按鈕 (E) */

/* 忘記密碼頁 (B) */
#forgot-form {
    text-align: left;
}
.item-header {
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    padding-bottom: 3px;
    border-bottom: 1px solid #AAA;
}

.form-group {
    margin: 1em auto;
    line-height: 20px;
}

.form-group input[type="text"], .form-group input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 20px;
    padding: 2px 5px;
}
.form-group input[type="text"]:focus, .form-group input[type="email"]:focus {
    border: 1px solid #66AFE9;
    box-shadow: 0px 0px 5px #66AFE9;
}
/* 忘記密碼頁 (E) */