/* 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'); }*/
#err_box {position: absolute; display: none; width: 420px; height: 220px; background: #FFF; border: 5px solid #ED1C24; z-index: 3; text-align: left; }
#err_type {padding: 30px 20px 30px 50px; color: #000; font-size: 20px; font-weight: bold; }
#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: #ED1C24 url('/bg/err_btn_close_shadow.gif') no-repeat 0 0; color: #FFF; 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; }
#web_cover {background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bg/50_percent_black.png'); }
div.lineThrough {background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bg/line_through_list.png'); }
*>#web_cover {background: url('/bg/50_percent_black.png'); }
*>div.lineThrough {background: url('/bg/line_through_list.png'); }

