body {
	margin: 0;
}
#fbOverlay {
	position: fixed;
	z-index: 500; 
	top: 0;
	left: 0;
	background-color: #000000;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

#fbCenter{ 
	position: fixed;
	z-index: 950;
/*	top: 50%;
	left: 50%; */
	overflow: hidden;
	text-align: center;
	padding: 2px;
	background-color: #000000;
	cursor: auto;	

}
#fbBottomContainer {
	position: fixed;
	z-index: 950;
/*	top: 50%;
	left: 50%; */
	overflow: hidden;
	text-align: center;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: auto;	
}

/* #fbCenter {
	background: #E3E3E3 url(images/loading.gif) no-repeat center;
} */

#fbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	/*border: 5px solid #FFFFFF;*/
	border-top-style: none;
}

#fbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat right;
	margin: 5px 0;
}

#fbCaption {
	display: block;
	float: left;
	margin-right: 71px;
	font-weight: bold;
}

.fbPreview {
	border: 0px;
}
