
/*--登入頁--*/
body#login{background:#d9d5bb url(../images/login_body_bg.jpg) top center no-repeat; font-size:12px; color:#736b33;}
#login-wrapper{ width:574px; height:423px; position:absolute; left:50%; top:140px; margin-left:-287px; background:url(../images/login_panel.png) 0 0 no-repeat;}
#login-content{ margin:80px 0 0 40px; width:280px}
#login-content .information{background:#B8B07F url(../images/icons/information.png) 10px center no-repeat;border-radius:5px; margin-bottom:10px;}
#login-content .information span{display: block;line-height:20px;padding:5px 10px 5px 36px; color:#fff;}
#login-content p{ padding-bottom:10px;}
#login-content p label{ font-size:14px; padding:3px 10px 3px 10px; line-height:20px; display: inline-block; font-weight:bold;}
#login-content p input{background:#fff;border:0;width: 200px;border-radius:4px; line-height:16px; color:#736b33; font-size: 13px;padding:3px 5px;border:2px solid #736b33;}
#login-content .button{ margin:5px 0 0 157px; width:109px; height:39px; background:url(../images/br_login.png) 0 0 no-repeat; border:0; text-indent:-999px; overflow:hidden; cursor:pointer;}
#login-content .button:hover{ background-position:0 -39px;}