
#backgroundPopup {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height:100%;
	left:0;
	position: fixed;
	top:0;
	width:100%;
	z-index:500;
}
	.InfoPopup {
		display: none;
		
		height: 464px;
		left: 50%;
		overflow: hidden;
		position: fixed;
		top: 50%;
		width: 950px;
		padding: 10px 20px;
		z-index: 501;
	}
	
	
	.InfoPopup .close_btn {
		display: block;
		position: absolute;
		right: 10px;
		top: 3px;
		background-repeat: none;
		background-position: left top;
		border: 0;
		cursor: pointer;
		font-size: 1.4em;
		z-index: 1000;
		
	}
	
.InfoPopup P {
	margin: 5em auto 0 auto;
	text-align: center;
	font: bold 1.2em Verdana;
	padding: 0 .8em;
}

.InfoPopup .close_btn {
	color: black;
	float: right;
	
}
.InfoPopup .close_btn:hover {
	background-position: left bottom;
}
