 #overlay {
 	position: fixed;
 	top: 0px;
 	left: 0px;
 	width: 100%;
 	min-height: 100%;  
 	height:auto !important;  
 	height: 100%;
 	background: #808080;
 	z-index: 4;
 	
 	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;    	
}

#overlay_box {	
	position: fixed;	
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    z-index: 5;	
}

#overlay_box .box {	
	position: relative;
	width: 425px;	
	padding: 5px 5px 5px 5px;
	margin: 150px auto 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
}