@charset "utf-8";

#mtcSubmitBlockerLoader {
	display: none;
	position: absolute !important;
	z-index: 1000;
	background-color: #fff !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.60 !important;
	opacity: 0.60 !important;
}
#mtcSubmitBlockerLoaderIn {
	display: none;
	position: absolute !important;
	z-index: 1001;
	top: 0;
	left: 0;
	background: url(/inquiry/confirm/com_inc/img/blocker_loading.gif) #fff no-repeat center 10px !important;
	width: 280px !important;
	height: 30px !important;
	padding: 40px 10px 10px 10px !important;
	border: solid 1px #000 !important;
	font-size: 13px !important;
	line-height: 14px !important;
	color: #000 !important;
	text-align: center !important;
}

@media screen and (max-width: 737px) {
	#mtcSubmitBlockerLoaderIn {
		font-size: 11px !important;
		line-height: 12px !important;
	}
}
