﻿.loading-indicator {
	height: 50px;
	width: 150px;
	/*background: url(../Content/images/loading.gif) no-repeat;*/
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.loading-indicator-saving {
	height: 50px;
	width: 150px;
	/*background: url(../Content/images/loading.gif) no-repeat;*/
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	background-position: center center;
}
