#facebox .b,
#facebox .tl,
#facebox .tr,
#facebox .bl,
#facebox .br {
  background-image: url("images/b.png");
  background-position: top left;
  background-repeat: no-repeat;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  border: 1px solid #333;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0px;
  background: #fff;
  width: 370px;
}
#facebox .body a {color:#666;}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 3px;
  width: 3px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#facebox div.content {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#facebox .content {height: 694px;} /*698*/
#facebox .content {background-position:top left;background-repeat:no-repeat;background-image:url(images/popup-background.jpg);}
