.loading-indicator {
	width: 80px;
	height: 31px;
	background: url(../images/loding-new.gif) no-repeat 50% 50% transparent;
	background-size: 80%;
}

.loading-indicator-sm {
	height: 80px!important;
	width: 80px!important;
}

.loading-indicator-none {
	height: 80px;
	width: 80px;
}

.loading-indicator-overlay {
	background-color:#fff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}