#facebox .b  { background: url("../images/b.png") }

#facebox .tl  { background: url("../images/tl.png") }

#facebox .tr  { background: url("../images/tr.png") }

#facebox .bl  { background: url("../images/bl.png") }

#facebox .br  { background: url("../images/br.png") }

#facebox  { text-align: left; position: absolute; z-index: 9999; top: 0; left: 0 }

#facebox .popup  { position: relative }

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox p  { font-size: 12px; margin: 0; padding: 0 }
#facebox h3  { color: #333; font-size: 14px; margin-bottom: 10px; padding-bottom: 0 }
#facebox h2   { font-weight: bold; margin-top: 5px; margin-bottom: 15px; margin-left: 15px; padding-bottom: 0 }
#facebox .body      { background: #fff; padding: 10px; width: 650px }

#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;
}

#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;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.float-fc { margin-right: 15px; float: left }
/* Tables
-------------------------------------------------------------- */
#facebox table { }
#facebox th { font-weight: bold; background: #c3d9ff }
#facebox th, td { }
#facebox tr.even td { background: #e5ecf9 }
#facebox tfoot { font-style: italic }
#facebox caption     { background: #eee; }
