#mybox .b {
  background:url(b.png);
}

#mybox .tl {
  background:url(tl.png);
}

#mybox .tr {
  background:url(tr.png);
}

#mybox .bl {
  background:url(bl.png);
}

#mybox .br {
  background:url(br.png);
}

#mybox {
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 100;
  text-align: left;
  margin:4px;	  
}

#mybox .popup {
  position: relative;
}

#mybox table {
  border-collapse: collapse;
}

#mybox td {
  /*border-bottom: 0;
  padding: 0;*/
}

#mybox .body {
  padding: 10px;
  /*background: #fff;
  width: 370px;*/
}

#mybox .loading {
  text-align: center;
}

#mybox .image {
  text-align: center;
}

#mybox img {
  /*border: 0;
  margin: 0;*/
}

#mybox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  vertical-align:middle;
}

#mybox .tl, #mybox .tr, #mybox .bl, #mybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#mybox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.mybox_hide {
  z-index:100;
}

.mybox_overlayBG {
  background-color: #000;
  z-index: 100;
}

* html #mybox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}