

div#notification_wrapper div.bg {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0; 
	background-color:#000;
	opacity:0.5;
	z-index:100;
	width:100%;
	height:100%;
	filter: alpha(opacity=50);
}

div#notification_wrapper div.notification {
	position:absolute; 
	top: 50%; 
	width: 400px; 
	height: 400px; 
	z-index:101; 
	background-color: #fff; 
	border:2px solid #0071b5;
	margin-top:-200px;
	margin-left:-200px;left:50%;	
}

div#notification_wrapper div.notification div.close {
	position:absolute; 
	right:0; 
	top:0;
	font-size:24px;	
	cursor:pointer;
}

div#notification_wrapper div.notification div.confirm_button {
	float:right;
	margin-right:15px;
}

div#notification_wrapper div.notification h1,div#notification_wrapper div.notification h2 {
	margin-left:15px;
}

div#notification_wrapper div.notification p {
	border-bottom:1px dashed red; 
	margin:15px; 
	margin-top:5px;
	padding-bottom:2px;
}