/* GENERAL STYLES TEST */
#facebox .tl {
  background:url(facebox/tl.png);
}

#facebox .tm {
  background:url(facebox/t.png);
}

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

#facebox .ml {
  background:url(facebox/l.png);
}

#facebox .mr {
  background:url(facebox/r.png);
}


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

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

#facebox .br {
  background:url(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;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
  position: relative;
}

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

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

#facebox img {
  border: 0;
}

#facebox .content{border: solid 1ox #9f9f9f; position: relative}

#facebox .footer {
  /*position: relative;*/
  padding-top: 1px;
}

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


#facebox .close{ width: 26px; height: 26px; display: block; position: absolute; top: 5px; margin-left: -25px;}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
