
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
left:0;
position:absolute;
width:100%;
}

#load_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
	height: 100% !important;
}


#load_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#load_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
