#winbox .b {
  background:url(/img/winbox/b.png);
}

#winbox .tl {
  background:url(/img/winbox/tl.png);
}

#winbox .tr {
  background:url(/img/winbox/tr.png);
}

#winbox .bl {
  background:url(/img/winbox/bl.png);
}

#winbox .br {
  background:url(/img/winbox/br.png);
}

#winbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#winbox .box_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/img/winbox/closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#winbox .popup {
  position: relative;
}

#winbox table {
  border-collapse: collapse;
}

#winbox td {
  border-bottom: 0;
  padding: 0;
}

#winbox .body {
  padding: 0px;
  background: #fff;
  width: 200px;
}

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

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

#winbox img {
  border: 0;
  margin: 0;
}

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

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

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

.winbox_hide {
  z-index:-100;
}

.winbox_overlayBG {
  background-color: #000;
  z-index: 99;
}

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

