@charset "utf-8";
/* CSS Document */
#logo_div{margin-bottom:10px;border-bottom:1px solid #9090A0}
#signin_div{margin-top:50px}
#err_div {position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.8); z-index:301;}
#err_box{width:400px; position:relative; margin:10% auto; padding:10px 20px 13px 20px; border-radius:10px; background:linear-gradient(#fff, #999);}
#err_close{background:#606061; color:#FFFFFF; line-height:25px; position:absolute; right:-12px; text-align:center; top:-10px; width:24px; text-decoration:none; font-weight:bold; border-radius:12px; box-shadow:1px 1px 3px #000;}
#err_close:hover {background:#00d9ff; pointer-events:auto;}