#facebox .b {
  background:url(../img/b.png);
}

#facebox .tl {
  background:url(../img/tl.png);
}

#facebox .tr {
  background:url(../img/tr.png);
}

#facebox .bl {
  background:url(../img/bl.png);
}

#facebox .br {
  background:url(../img/br.png);
}

#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 .body {
  padding: 10px;
  background: #fff;
	background:#1d1d1d url(../img/bg_x.gif); 

  width: 370px;
}

#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 a:link{
	color: #fff;	
	border-bottom: none; 	
	text-decoration: none;
}

#facebox .footer a:visited{
	color: #fff;	
	border-bottom: none; 	
	text-decoration: none;
}

#facebox .footer a:hover{
	color: #53afc8;	
	border-bottom: none; 	
	text-decoration: none;
}

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


.popup_content{
	width:580px;
	padding:7px 7px 17px 7px;
	/*border-bottom:1px solid #d3d3d3;*/
	margin:0 0 5px 0;
}
.popup_content p{
	line-height: 1.8em;
	text-shadow: #111 0 0 0;
	color: #ddd;
}

.popup_content p em{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.popup_content em{
	color: #bbb;
	font-weight: bold;
	font-style: normal;
}

.popup_content a:link{
	color: #B7FF00;	
	border-bottom: 1px dotted #B7FF00; 	
	text-decoration: none;
}

.popup_content a:visited{
	text-decoration: line-through; 
	color: #999;
	border-bottom: 1px dotted #888;
}

.popup_content a:hover{
	color: #00b4ff;	
	border-bottom: 1px solid #00b4ff; 		
	text-decoration: none;
}

.popup_content h3{
	color:#B7FF00;
	text-decoration:none;
	border-bottom: none;
	line-height:1.8em;
	text-shadow: #111 0 0 0;
	font-weight: normal;
	letter-spacing: -1px;
	border-top: none;
	margin: 10px 0 4px 0;
}			


.popup_content img{
	padding-top:7px;
}
