#facebox .t2 {
  background:url(/facebox/m.2.png) repeat-x bottom left;
  height:7px;
  width:6px;
}

#facebox .tl {
  background:url(/facebox/m.l.png)no-repeat top left;
  height:7px;
}

#facebox .t3 {
  background:url(/facebox/m.3.png) no-repeat top left;
  height:7px;
  width:6px;
}
#facebox .t7 {
  background:url(/facebox/m.7.png) no-repeat top right;
  height:7px;
  width:6px;
}

#facebox .t8 {
  background:url(/facebox/m.8.png) repeat-x top left;
  height:7px;
}

#facebox .t9 {
  background:url(/facebox/m.9.png) no-repeat top left;
  height:7px;
  width:6px;
}
#facebox .t4 {
  background:url(/facebox/m.4.png) repeat-y top right;
  width:6px;
}

#facebox .t6 {
  background:url(/facebox/m.6.png) repeat-y top right;
  width:6px;
}

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

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox td.body {
  background-color:#fff;
  width:436px;
  
}

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

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

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

#facebox .footer img{
float:right;
margin:10px;
}

#facebox .tl, #facebox .t2, #facebox .t3, #facebox .t4, #facebox .t6, #facebox .t7, #facebox .t8, #facebox .t9 {
  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');
}

