#loading_pbox{
	position: absolute;
	padding: 0px;
	width: 160px;
	height: 30px;
	display: block;
	z-index: 100;
	background: url(../img/loading_bar.png) no-repeat center;
	/* background: #000000; */
	opacity: 0.9;
	filter: alpha(opacity = 90);	
}