.jw_window {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 300px;
    height: 300px;
    padding: 1px;
    background-color: black;
    aaz-index: 1;

  z-index:10;
  overflow:hidden;/*must have*/
  qqwidth:150px;/*must have for any value*/;
}

.jw_window iframe  {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;/*must have*/
  top:0px;/*must have*/
  left:0px;/*must have*/
  z-index:-1;/*must have*/
  filter:mask();/*must have*/
  width:3000px;/*must have for any big value*/
  height:3000px/*must have for any big value*/;
  }

.jw_window .jw_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jw_inner .jw_header {
    color: white;
    height: 10px;
    padding: 3px;
    margin-bottom: 1px;
    background-color: #a5a;
    font-weight: bold;
}
.jw_inner .jw_body {
    height: 100%;
    padding: 5px;
    margin-top: 1px;
    background-color: #ddd;
}