
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

#content_overlay 
{
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 100%; 
	height: 100%;
	visibility: hidden;
	z-index: 101;
	
}

#content_overlay td
{

	vertical-align: middle; 
	text-align: center;
	z-index: 102;
	
}

#facebox {
  
  z-index: 100;
  text-align: left;
  color: #fff; 
  padding: 20px; 
  margin: 0px auto;
  z-index: 103;
  
  
}


#facebox .body {
  /*padding: 20px 15px 10px 10px;*/
  /*background: #2F2D2D;*/
  width: 1053px;
  margin: 0px auto;
  z-index: 104;
  position: relative;
  
}

#facebox .content 
{
   z-index: 105;	
}

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





.facebox_hide {
  z-index:100;
}

.facebox_overlayBG {
  background: #000;
  z-index: 99;
}

/** html #facebox_overlay {  
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}*/



/* Unused Styles *


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


#facebox .popup {
  position: relative;
}

#facebox .footer {
  position: absolute;
  top: 0px; 
  right: 0px;
  text-align: right;
}

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


*/

