/* Support IE 11 */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.modal {
		background: rgba(255, 255, 255, .6) url('../img/ic_loading.gif') 50% 50%
			no-repeat;
	}
	.small_modal {
		background: rgba(255, 255, 255, .6) url('../img/ic_small_loading.gif')
			50% 50% no-repeat;
	}
	.tiny_modal {
		background: rgba(255, 255, 255, .6) url('../img/ic_tiny_loading.gif')
			50% 50% no-repeat;
	}
}