.loading-indicator {
	height: 80px;
	width: 80px;
    text-align: center;   
	background: url( 'loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #EEEEEE;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

/*div#activity_pane {
    position: fixed;
    left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    float:left;
    background: url('loading.gif') center no-repeat #EEEEEE;
    padding-top: 200px;
    text-align: center;         
}*/

div#activity_pane {
    position: fixed;
    left: 0px;
	top: 0px;
    float:left;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;   
    visibility: hidden;
    background: url('loading.gif') center no-repeat transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
