body:after {
	content: url('/img/fb_close.png') url('/img/loading.gif');
	display: none;
}
/* ------------------------------ */
.formboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #7C7C7C;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	display: none;
}
.formbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	top: 50px;
}
/* ------------------------------ */
.fb-dataContainer {
	*zoom: 1;	
	height: auto;	
	width: auto;
	margin: 0 10px 0 10px;
}
.fb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.fb-data {
	padding: 0;
	color: #bbbbbb;
}
.fb-data .fb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url('/img/fb_close.png') center center no-repeat;
	text-align: right;
	outline: none;
	background-color: #000000;
}
.fb-data .fb-close:hover {
	cursor: pointer;
}
/* ------------------------------ */
.fb-outerContainer {
	position: relative;
	background-color: #FFFFFF;
	*zoom: 1;
	height: auto;
	min-height: 120px;
	width: auto;
	margin: 0 10px 0 10px;
}
.fb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.fb-container {
	padding: 10px;	
	min-height: 120px;
}
#fb-result {
	display: block;
	overflow: hidden;
	line-height: 1;
	text-align: left;  
	overflow-x: auto; /* hidden */
	overflow-y: auto; 
	min-height: 100px;
	max-height: 800px;
}
.fb-loader {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.fb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url('/img/loading.gif') no-repeat;
}
/* ------------------------------ */
@media (min-width:820px){
	.fb-dataContainer {
		width: 780px;
		margin: 0 auto 0 auto;
	}
	.fb-outerContainer {
		width: 780px;
		margin: 0 auto 0 auto;
	}
}