/**
 * jquery.loading.css
 * @author  kazuki-sato
 * @version 1.0.0
 */
.ui-load-base {
	position: relative !important;
}

.ui-load-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.ui-load-mask > * {
	display: inline-block;
	*display: inline;		/* for IE7 */
	vertical-align: middle;
	zoom: 1;				/* for IE7 */
}

.ui-load-mask > span {
	display: inline-block;
	*display: inline;		/* for IE7 */
	height: 100%;
	width: 0px;
	zoom: 1;				/* for IE7 */
}

.img-loading {
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
	background-image: url("loading.gif");
}