#facebox .b {
  background:url(/js/jqueryPlugins/facebox_single/b.png);
}

#facebox .tl {
  background:url(/js/jqueryPlugins/facebox_single/tl.gif);
}

#facebox .tr {
  background:url(/js/jqueryPlugins/facebox_single/tr.gif);
}

#facebox .bl {
  background:url(/js/jqueryPlugins/facebox_single/bl.gif);
}

#facebox .br {
  background:url(/js/jqueryPlugins/facebox_single/br.gif);
}

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

#facebox .popup {
  position: relative;
  top:      -40px;
}

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

#facebox .body {
  padding:    4px;
  background: white;
  width:      370px;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
  /*border-top:   1px solid #618d0e;*/
  border-top:   1px solid #990000;
  padding-top:  5px;
  margin-top:   10px;
  text-align:   right;
}

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