

.mlk_loading_indicator{
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:fixed;
	background:#fff;
	z-index:9999;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9; 
}

.mlk_loading_indicator table{
	height:100%;
	width:100%;
}

.mlk_loading_indicator td{
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}