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

#facebox .tl {
  background:url(../common/img/facebox/tl.png);
}

#facebox .tr {
  background:url(../common/img/facebox/tr.png);
}

#facebox .bl {
  background:url(../common/img/facebox/bl.png);
}

#facebox .br {
  background:url(../common/img/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;
  width:100%;
}

#facebox .body {
  padding: 3px;
  background: #fff;
}
#facebox .body iframe{width:100%;height:100%;border:0px;}
#facebox .body h2{padding:5px;margin:0px;font-size:14px;height:16px;font-weight:bolder;border-bottom:1px solid #ccc;background:#f7f7f7;cursor:move}
#facebox .body h2 span.title{float:left;height:18px}
#facebox .body h2 img.close{float:right;border:1px solid #999;cursor:pointer;padding:2px;}
#facebox .body h2 img.clear{height:20px;}
#facebox .loading {
  text-align: center;
}

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

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  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;
}
