    /*========= pop Style =========*/
    #pop_mask{
       position: fixed;
       z-index:10000;
       top: 0px;
       left: 0px;
       height:100%;
       width:100%;
       background:url(../images/pop_mask.png);
       #background: #000; /* ie7 hack */
       #filter: alpha(opacity=80); 
    }
    * html #pop_mask { /* ie6 hack */
       position: absolute;
		 background:#000;
       filter: alpha(opacity=80);
    }
    #pop_wrapper{
       position: fixed;
       z-index: 10001;
       color:#000000;
       text-align:left;
       top:50%;
       left:50%;
       display: block;
    }
    * html #pop_wrapper { /* ie6 hack */
       position: absolute;
       margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }
    #pop_container{
     position: relative;	  
    }
    #pop_wrapper h3{
      padding:0 0 0 1em; 
      font-size: 14px;
      color: #fff;
      line-height: 30px;
      height:30px;
      text-align: left;
      background:#000;
    }
    #pop_wrapper span{
      position: absolute;
      right:0px;
      top:0px;
      background: url(../images/pop_close.gif) no-repeat ;
      width: 31px;
      height: 40px;
      overflow: hidden;
      text-indent: -9999px;
      display:block;
      cursor:pointer;
      cursor:hand;
    }
    #pop_content{
      clear:both;
      overflow:auto;
      background-position: center;
      background-repeat: no-repeat;
		background-color: #efecdb;
    }
    #pop_content iframe{
      width:100%;
      height:100%;
		background: transparent;
		
    }