.loading-wheel {
	background-position: 0px 0px; width: 16px; height: 16px; vertical-align: middle; display: inline-block; background-image: url("interact/img/loading-wheel-sm.gif"); background-repeat: no-repeat;
}
.loading-wheel-sm {
	background-position: 0px 0px; width: 16px; height: 16px; vertical-align: middle; display: inline-block; background-image: url("interact/img/loading-wheel-sm.gif"); background-repeat: no-repeat;
}
.loading-wheel-md {
	width: 24px; height: 24px; background-image: url("interact/img/loading-wheel-md.gif");
}
.loading-wheel-lg {
	width: 48px; height: 48px; background-image: url("interact/img/loading-wheel-lg.gif");
}
.loading-wheel-block {
	text-align: center;
}
.loading-wheel-text {
	color: rgb(138, 138, 138); margin-left: 3px; vertical-align: middle;
}
.loading-wheel-text-md {
	font-size: 18px;
}
.loading-wheel-text-lg {
	font-size: 42px;
}
