div.busyBox {
	background-image: url("wait.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}