@charset "utf-8";
#popup-wrap {
	background: url(../images/bg/overlay.png) repeat;
	height: 100%;
	position: fixed;
	width: 100%;
	display: none;
	z-index:9000;
}
#close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


/* CSS Document */

#popup {
	padding: 25px;
	border: 2px solid #7BC144;
	color: #808286;
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	background: #FFFFFF;
	margin-left: -250px;
	left: 50%;
	width: 450px;
	margin-top: 25px;
	z-index:9500;

}
#popup a {
	color: #7BC144;
	text-decoration: none;
}

#popup h2 {
	color: #DB1884;
	margin: 0px 0px 15px;
	padding: 0px;
}