
#ajaxHourglass {
	display:none;
	width: 30%; 
	height:30%;
	border: 1px solid #666666;
	padding:20px;
	FONT-WEIGHT: bold;	
    text-align:center;
    background-color:#ffffff;
    
	position:fixed;
    top:50%;
    left:50%;
    margin-left:-480px;
    margin-top:-270px;
    z-index:60;
    
	
}

