div.apcquery {
	width: 630px;
	border: solid 1px #CCC;
	background:url(../img/pic/loading_bg.gif);
}
.apc_txt{
	position: absolute;
	z-index: 1;
	padding: 3px 0px 0px 10px;
}


div.apcquery .info,
div.apcquery .total,
div.apcquery .loaded,
div.apcquery .rate {
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 2px;
}
div.apcquery .info {
	width: 100px;
}


div.apcquery .percent {
	clear: left;
	display: block;
	background:url(../img/pic/loading_bar.gif);
	width: 100%;
	height: 22px;
}
iframe.apcquery {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
