.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;
}

.mybox .mybox_popup {
  position: relative;
}

.mybox table {
  border-collapse: collapse;
}

.mybox td {
  border-bottom: 0;
  padding: 0;
}

.mybox .mybox_body {
  padding: 10px;
  background: .fff;
  width: auto;
  height:auto;
}

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

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

.mybox img {
  border: 0;
  margin: 0;
}

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



.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: 99;
}

.mybox_close
{
	background-image:url(closelabel.gif);
	background-repeat:no-repeat;
	width:66px;
	height:22px;
	float:right;
	cursor:pointer;
}


.content
{
	width:auto;
	height:auto;
}


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

