/* ERR BOX */
#web_all {width: 100%; z-index: 1; }
#web_cover {position: absolute; top: 0; left: 0; width: 100%; height: 2000px; z-index: 2; }
#web_cover {background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bg/50_percent_black.png'); }
*>#web_cover {background: url('/bg/50_percent_black.png'); }
/*#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: #df4516;}
#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 {color: font-weight: bold; }
#err_close {position: absolute; top: 175px; left: 170px; width: 95px; height: 35px; }
#err_close 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: 14px; font-weight: bold; text-align: center; }
#err_close a:HOVER {background-image: url('/bg/err_btn_close_shadow_on.gif'); }
#web_box {position: absolute; top: 0; left: 0; width: 100%; height: 2000px; z-index: 1; }
