#facebox .b_top {
  background:url(../images/facebox/bg_top.png);
}

#facebox .b_right {
  background:url(../images/facebox/bg_right.png);
}

#facebox .b_bottom {
  background:url(../images/facebox/bg_bottom.png);
}

#facebox .b_left {
  background:url(../images/facebox/bg_left.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  position: relative;
  padding: 0px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .content_wrapper {
	position: relative;
}

#facebox .content {
  position: relative;
  
  margin: 15px;
}

#facebox .close_area {
  position: absolute;
  width: 17px;
  
  top: 15px;
  right: 15px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 42px;
  width: 42px;
  overflow: hidden;
  padding: 0;
}
