* {padding: 0;margin: 0;}#box_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}.box_overlayMacFFBGHack {background: url(mac.png) repeat;}.box_overlayBG {background-color:#000;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}* html #box_overlay { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#box_main {position: fixed;background: #ffffff;z-index: 102;color:#000000;display:none;border: 4px solid #525252;text-align:left;top:50%;left:50%;font: 12px Arial, Helvetica, sans-serif;}* html #box_main { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#box_caption{height:25px;padding:7px 30px 10px 25px;float:left;}#box_load{display:none;position: fixed;height:13px;width:208px;z-index:103;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}* html #box_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#box_hideSelect{z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}* html #box_hideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#box_title{padding:7px 0 5px 10px;margin-bottom:1px;background-color:#e8e8e8;}#box_content{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}