﻿*html { background: url(about:blank); }
.myshowbox { position: fixed; top: 50%; left: 50%; z-index: 99999; padding: 5px; background: #23b7b7; box-shadow: 0 0 5px #000; overflow: hidden; _position: absolute; _margin-top: 0; }
.myshowbox .title { padding: 0 10px; height: 30px; line-height: 31px; font-size: 14px; font-weight: bold; border-bottom: solid 2px #469DC1; overflow: hidden; zoom: 1; }
.myshowbox-container { position: relative; background: #fff; overflow: hidden; zoom: 1; }
.myshowbox-container .btn-close { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; background: url(/image/btn-myshow-close.png) no-repeat; display: block; }
#bgScreen, #bgIFrame { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; background: #000; filter: alpha(opacity=20); opacity: 0.2; _position: absolute; _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight ); _left: expression(documentElement.scrollLeft+documentElement.clientWidth-this.offsetWidth); }
#bgIFrame { z-index: 998; filter: alpha(opacity=0); opacity: 0; }
