.progress_image {
	position: fixed;
	*position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	z-index:99;
}