.progressactive{
    	position:fixed;
    	width:50px;
    	height:50px !important;
    	margin:-25px auto auto -25px;
    	top:50%;
    	left:50%;
	background-color: white;
	background-image:url(/userdata/images/progress.gif);
	background-repeat:no-repeat;
 	background-position:50% 50%;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	z-index: 2000;
}