@charset "utf-8";
/* CSS Document */

#pleasewaitwrap {
	width: 200px;
	display: none;
}
.center-text-pad {
	text-align: center;
	padding: 6px;
}
.please-wait-text {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}
.please-wait-border {
	border: 6px solid #FC0;
	background-color: #FFF;
}
.opacbg {/*
	filter: alpha(opacity=50);
	opacity: .5;*/
	background-color: #fff;
	width: 100%;
	height: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 8000;
}
