#facebox {
	padding:10px;
  background:url(images/b.png);	
	background:rgba(0,0,0,.5);
	border-radius:7px;
	-moz-border-radius:7px;	

  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .header {
	background:#eee;
	border-bottom:1px solid #ddd;
	text-align:right;
	height:21px;
	padding:2px 6px;
	overflow:hidden;
}
#facebox .header a {
	height:21px; line-height:21px; vertical-align:middle;
	float:right;
	background:url(images/closelabel.gif) right center no-repeat;
	padding-right:19px;
	color:#666;
}
#facebox .header a:hover {color:#b00;}

#facebox .body {
  background: #fff;
  min-width: 400px;
  position: relative;	
}

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

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

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

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

#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');
}
