#pop_mask {
 display:none;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:200;
}
.pop_mask_back {
 background-color:#333;
 -moz-opacity: 0.6;
 opacity:.60;
 filter: alpha(opacity=60);
}
#pop_container {
 position: absolute;
 z-index: 201;
 top: 0;
 left: 0;
 display:none;
 padding: 0;
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 overflow: hidden;
}
#pop_inner {
 border: 1px solid #999;
 background-color: #ffffff;
}
#pop_frame {
 margin: 0;
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 202;
}
#pop_title_bar {
 background-color: #eff4ff;
 background: url('../images/bg_title_bar.jpg') 0 5px repeat-x; 
 color: #00425f;
 height: 15px;
 padding: 5px;
 border-bottom: 1px solid #ccc;
 position: relative;
 z-index: 203;
}
#pop_title {
 float:left;
 font-size: 8pt;
 font-weight: bold;
 -moz-user-select: none;
}
#pop_controls {
 float: right;
 cursor: pointer;
}
#pop_controls a span {
 display: block;
 height: 16px;
 width: 16px;
 text-indent: -9000px;
 background: url('../images/close.gif') no-repeat;
}
.pop_loading {
 background: url('../images/loading_01.gif') top left no-repeat; 
 width: 80%;
 margin: 20px;
 padding-left: 30px; 
 vertical-align: middle;
 height: 30px;
 color: #333;
 -moz-user-select: none;
}