.loading-indicator {
    width:60px;
    height:60px;
	background: url( './images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;


	/*text-align: center;
    position: absolute;
    z-index: 5001;
    width: 100%;
    height: 100%;
    top: 0;*/

}
.loading-indicator-body {
    position: fixed;
    background: url( './images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    position: absolute;
    z-index: 5001;
    width: 100%;
    height: 100%;
    top: 0;
    font-size:12px;
}

    body {
        margin: 0;
        border: 0;
    }
.loading-indicator-overlay {
    background-color: #000;
    opacity: 0.2;
    /*filter: alpha(opacity = 60);*/
}
.loading-indicator-overlay-body {
    background-color: #000;
    opacity: 0.2;
    /*filter: alpha(opacity = 60);*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}