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

#facebox .tl {
  background:url(./tl.png) 9px 9px;
}

#facebox .tr {
  background:url(./tr.png) 5px 9px;
}

#facebox .bl {
  background:url(./bl.png) 9px 5px;
}

#facebox .br {
  background:url(./br.png) 5px 5px;
}

#facebox {
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 1301;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 0px;
  background: #fff;
  width: 470px;
}
#facebox .body .closeicon {
	display:block;
	position:absolute;
	right:22px;
	top:4px;
	width:40px;
	height:40px;
	background:url('./closelabel.png') top right no-repeat;
	_background-image:url('./closelabel.gif');
}
#facebox:hover .closeicon {
	height:41px !important;
}

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

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

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

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

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

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

.facebox_hide {
}

.facebox_overlayBG {
  background-color:#111;
  /*background:url(./b.png);*/
  z-index: 1300;
}

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