#exitpopup{
	text-align:center;
	width:670px; 
	height:450px;
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#000000; 
	padding:20px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background:rgb(215, 218, 227); 
	background:rgba(215, 218, 227, 0.9);
}