#facebox .b {
  background:url(images/b.png);
     background-position:bottom ;
	 border: none;
}

#facebox .l {
  background:url(images/l.png);
     background-position:left ;
	  border: none;
}

#facebox .r {
  background:url(images/r.png);
     background-position:right ;
	  border: none;
}

#facebox .t {
  background:url(images/t.png);
     background-position: top;
	  border: none;
}

#facebox .tl {
  background:url(images/tl.png);
    background-position:left top;
	 border: none;
}

#facebox .tr {
  background:url(images/tr.png);
  background-position:right top;
   border: none;
}

#facebox .bl {
  background:url(images/bl.png);
    background-position:left bottom;
	 border: none;
}

#facebox .br {
  background:url(images/br.png);
    background-position:right bottom;
	 border: none;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  padding-top:40px;
   border: none;
  
}

#facebox .popup {
  position: relative;
   border: none;
}

#facebox table {
 table {
border-color:#CCCCCC #CCCCCC -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
margin-bottom:10px;
margin-top:0;
}
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  background-color:#FFFFFF;

}

#facebox .body {
  padding: 10px;
    min-height:300px;
  min-width:500px;


}

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

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

#facebox img {
  border: 0;
  margin: 0;
}

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

#facebox .footer img {
  vertical-align: middle;
}

#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:url(images/trans.png);
  background-repeat:repeat;
  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');
}
