#popup {
	position: absolute;
	width: 500px;
	height: 370px;
	z-index: 900;
	background-color: #FFF;
	margin-top: 200px;
	margin-left: 220px;
	display: none;
}
#popup_header {
	background-color: #333;
	height: 40px;
	width: 100%;
	overflow: hidden;
}
#popup h3 {
	color: #FFF;
	font-size: 14px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	display: block;
	width: 435px;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	letter-spacing: -1px;
	word-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
#popup img {
	border: 0;
}
#popup p {
}
#popup_header h3 span {
	color: #FC6;
}
.box {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	width: 470px;
	z-index: 940;
}
.box h2, .box h3 {
	text-align:center;
	width: 140px;
}
.box a {
	text-decoration:none
}

#popup_header #close {
	float: right;
	height:40px;
	width:40px;
	background-color: #333;
	background-image: url(close.png);
	background-repeat: no-repeat;
}
#popup_header #close a {
	color: #fff;
	text-decoration: none;
	width:40px;
	height: 40px;
	display: block;
	text-indent: -5000px;
	font-size: 1px;
}
