#pageDimmer {
	background-color: black; 
	z-index:5; 
	position:absolute; 
	top:0; 
	left:0;
	right:0;
	bottom:0;
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
}
#loggerin {
	width: 400px; 
	background-color: white; 
	border: 2px solid black; 
	padding: 20px; 
	z-index:10; 
	position:absolute;
}
#msgPopUp {
	width: 400px; 
	background-color: white; 
	border: 2px solid black; 
	padding: 20px; 
	z-index:10; 
	position:absolute;
}