.loading-indicator {
	background: url( 'images/loading.png' ) no-repeat 0 0;
	background-repeat: no-repeat;
	background-position: center center;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.aui-blanket {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}