/**/
#popupMask {position: absolute;z-index: 300;top: 0px;left: 0px;width: 100%;height: 100%;opacity: .4;filter: alpha(opacity=30);background:#333;display:none;}
#popupContainer {position: absolute;z-index: 301;top: 0px;left: 0px;display:none;padding: 0px; background:#A6CCF7;}
#popupInner {border: 1px solid #999;background: #fff;}
#popupFrame {margin: 0px;width: 100%;height: 100%;position: relative;z-index: 302;}
#popupTitleBar {background: #999;color: #ffffff;height: 1.2em;padding: 3px;position: relative;z-index: 303; border:1px #fff solid;}
#popupTitle {float:left;font-size: 1.0em;}
#popupControls {float: right;cursor: pointer;cursor: hand;}

