.head_box {
	position: fixed;
	width:100%;
	z-index: 120;
	padding: 0;
	margin: 0;
	top: 0;
}

*:focus { outline: none; }

.hideBox{ display: none; }


#overlayAjaxLoad{
	top:0; 
	left:0; 
	z-index:9998; 
	overflow:hidden;
	
	position:fixed; 
	width:100%; 
	height:100%;
	
	background:#000; 
	opacity: 0.6; 
	filter: alpha(opacity = 60);
}
#overlayAjaxLoadImg{
	top:0; 
	left:0;
	width:100%; 
	height:100%;
	background: url(/pictures/ajax_load_animation.gif) no-repeat center center;
}