#facebox .b {
  background:url(b_brown.png) repeat-x;
}

#facebox .b_vertical {
  background:url(b_brown.png) repeat-y;
}

#facebox .tl {
  background:url(tl_brown.png) no-repeat;
}

#facebox .tr {
  background:url(tr_brown.png) no-repeat;
}

#facebox .bl {
  background:url(bl_brown.png) no-repeat;
}

#facebox .br {
  background:url(br_brown.png) no-repeat;
}

#facebox {
  position: absolute;
  width: 40%;
  margin-left:250px;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

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

#facebox .body {
  background: #fff;
  width:auto;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
  
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

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