#facebox {
	color: #404040;
	font-size: 1.4em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;

	//width:642px;
}
#facebox .popup {
	border: 1px solid #777;
	position: relative;
	max-width: 700px;
	-zoom: 1;
	-overflow-x:hidden;
}
#facebox .popup-body {
	background: #fff;
	padding: 0;
}
#facebox .popup-content {
	overflow: hidden;
	text-align: left;
	width: 100%;
	zoom: 1;
}
	#facebox .popup-content h2{
		color: #404040;
		font-size: 1.1em;
	}
	#facebox .popup-content a{
		color: #404040;
		text-decoration: underline;
	}
	#facebox .popup-content ul,
	#facebox .popup-content ol{
		margin: 1em 0;
	}
		#facebox .popup-content ol li{
			margin-left:1.5em;
			padding-left:0;
		}

#facebox .popup-close{
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
	#facebox .popup-close *{
		color: #006CB7;
		text-decoration: underline;
	}

#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}

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

.facebox_hide {
	z-index: -100;
}

.facebox_overlayBG {
	background-color: #6D6D6D;
	z-index: 99;
}

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