
/* Full screen spinner */
#fsbusy {
	position:absolute;
	z-index: 10000;
	opacity: 0.5;
	background-color: black;
	background-image: url(../images/busy.gif);
	background-position: center;
	background-repeat: no-repeat;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	display:none;
}

