#facebox a:link , #facebox a:visited{
	color: #900;
	font-weight: bold;
}
#facebox a:hover , #facebox a:active{
	color: #000;
	font-weight: bold;
}
#facebox {
	z-index: 100;
	margin: auto;
}
#facebox .content {
	height: 350px;
	overflow: auto;
	text-align : justify;
	padding: 25px;
}
#facebox .popup {
	background-color: #FFF;
	z-index: 100;
	text-align: justify;
	padding: 10px;
	width: 600px;
	position: relative;
	z-index: 100;
	background-color: #FFF;
	height: 440px;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	margin: auto;
	top: 250px;
}

#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
	
}
#facebox .content img {
	border: 0;
	margin: 0;
	text-align: center;
	margin : auto;
}
.fullWidthImg {
	padding-top: 20px;
	padding-bottom: 10px;
}
#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	background-color: #FFF;
}
#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: relative;

 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.padRight {
	padding-right: 10px;
}
#facebox table {
	text-align: left;
}
