/* ERR BOX */
#web_all {width: 100%; z-index: 1; }
#web_cover {position: absolute; top: 0; left: 0; width: 100%; height: 2000px; background: url('/bg/50_percent_black.png'); z-index: 2; }
/*#web_cover {background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bg/50_percent_black.png'); }*/
#err_box {position: absolute; display: none; width: 420px; height: 220px; background: #FFF; z-index: 3; text-align: left; }
#err_box.information {border: 10px solid #DFDBCE; }
#err_box.warning {border: 7px solid #DFDBCE; }
#err_type {padding: 30px 20px 30px 77px; color: #666; font-size: 20px; font-weight: bold; }
#err_type.information {background: url('/ico/information.gif') no-repeat 20px 20px; color: #43A4D0;}
#err_type.warning {background: url('/ico/warning.gif') no-repeat 20px 20px; color: #D04343; }
#err_txt {padding: 0 50px; color: #666; font-size: 11px; font-weight: normal; }
#err_txt a {font-weight: bold; font-size:12px;}
#err_close {position: absolute; top: 175px; left: 170px; width: 95px; height: 35px; }
#err_close1 {position: absolute; top: 175px; left: 35px; width: 350px; height: 35px; }
#err_close a, #err_close1 a {cursor: pointer; display: block; width: 90px;height: 23px; padding: 7px 5px 5px 0; background: #DFDBCE url('/bg/err_btn_close_shadow.gif') no-repeat 0 0; color: #666; font-size: 12px; font-weight: bold; text-align: center;float: left; }
#err_close1 a { background: #DFDBCE url('/bg/err_btn_close_shadow1.gif') no-repeat 0 0;width: 160px; font-size:12px; }
#err_close1 a.otherClose { margin-left: 20px; font-size:12px;}
#err_close a:hover {background-image: url('/bg/err_btn_close_shadow_on.gif'); font-size:12px;}
#err_close1 a:hover {background-image: url('/bg/err_btn_close_shadow_on1.gif'); font-size:12px;}
#web_box {position: absolute; top: 0; left: 0; width: 100%; height: 2000px; z-index: 1; }

