#ajaxrequest_progress,
#ajaxrequest_progress_image {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
}
#ajaxrequest_progress_image object{
	position: absolute;
	left: 50%;
	margin-left: -64px;
	top: 50%;
	margin-top: -64px;
}