.activityIndicator {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: url("../images/spinner4.gif") no-repeat scroll center center
		rgba(255, 255, 255, 0.3);
}
