body {margin: 0;}
#fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	cursor: pointer;
	z-index: 90;
	width: 100%;
	height: 100%;
}

#fbCenter, #fbBottomContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 95;
	overflow: hidden;
	text-align: center;
	padding: 2px;
	background-color: #FFFFFF;
	opacity: 0.85;
}

#fbCenter {
	opacity: 1;
	background: #E3E3E3 url(loading.gif) no-repeat center;
}

#fbBottomContainer {
	opacity: 0.85;
	background-color: #FFFFFF;
}

#fbFlashbox {
	z-index: 100;
}

#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(closelabel.gif) no-repeat right;
	margin: 5px 0;
}

#fbCaption {
	display: block;
	float: left;
	margin-right: 71px;
	font-weight: bold;
}
