#confirmModal {
	display:none;
}

.confirmModal {
	display:none; 
	position:fixed;  
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:333333333333333333;
 }
.confirmModal .bg {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#4B545F; 
	opacity:.8; 
	filter:alpha(opacity=90);
}
.confirmModal .pop-confirmModal {
	display:block; 
}

.pop-confirmModal {
	display:none; 
	position: absolute; 
	top: 30%; 
	left:36%;  
	border:0px #4B545F solid;  
	height:100px;  
	width:350px;
	background-color:white;
	z-index: 42010;
}	
	
	






	





