#facebox .b {

	background-image: url(b.png);
	border:none;

}


#facebox .tl {

  background:url(tl.png);
	border:none;

}



#facebox .tr {

  background:url(tr.png);
	border:none;

}



#facebox .bl {

  background:url(bl.png);
	border:none;

}



#facebox .br {

  background:url(br.png);
	border:none;

}



#facebox {

  position: absolute;

  top: 0;
  margin:0px auto;

  z-index: 100;

  text-align: left;

}




#facebox table{
border:none!important;
}



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

}



#facebox table {

  border-collapse: collapse;
  

}

#facebox td {

  border: none;

  padding: 0;

}



#facebox .body {

  padding: 10px;

  background: #fff;

  border:none;
  width:auto;

}



#facebox .loading {

  text-align: center;
  border:none;

}



#facebox .image {

  text-align: center;
  border:none;

}



#facebox img {

  border:none;

  margin: 0;

}



#facebox .footer { border:none;

 
 
  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;
  border:none;

}



#facebox_overlay {

  position: fixed;

  top: 0px;

  left: 0px;

  height:100%;

  width:100%;
  border:none;

}



.facebox_hide {

  z-index:-100;
  border:none;

}



.facebox_overlayBG {

  background-color: #000;

  z-index: 99;
  border:none;

}



* html #facebox_overlay { /* ie6 hack */

  position: absolute;

  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  border:none;

}


