#facebox .b {
  background:url(http://images.ghbsys.net/b.png);
}

#facebox .tl {
  background:url(http://images.ghbsys.net/tl.png);
}

#facebox .tr {
  background:url(http://images.ghbsys.net/tr.png);
}

#facebox .bl {
  background:url(http://images.ghbsys.net/bl.png);
}

#facebox .br {
  background:url(http://images.ghbsys.net/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
 left:50%;
top:50%;
 right:50%; 
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 7px;
  background: #222;
  width: 370px;
}

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

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

#facebox img {
  border: 0;
}

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

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

