#overlay {
	width:100%;
	height:100%;
	position: absolute;
	text-align: center;	
}


 

#loading-please-wait {
	height:100px; width:200px; position:absolute; left:50%; top:50%; margin-left:-100px; margin-top:-125px;
}

#loading-please-wait h3 {
	color:#333; padding-bottom:0px; font-size:1.1em;
}

#bodydiv {
	visibility:hidden;
}


.loading2 {
	background:url(../images/ajax-loader.gif) no-repeat; 
	height:19px; 
	width:220px;
}

