﻿.loading-indicator {
	height: 85px;
	width: 85px;    
	background: url( '/css/images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
    background-color: #EEEEEE;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.loading-indicator-cancel {
    background-color:black;
    color:white;
    font-weight:bold;
    padding:10px;
    cursor:pointer
}