#pop_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#pop_container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
}

.pop_inner {
	display: none;
	width: 580px;
	height: 400px;
	margin: 120px auto 0 auto;
	background: #FFFFFF;
	text-align: center;
	text-align: left;
	border: 5px solid #000000;
	overflow: auto;
}

.pop_inner .text {
	padding: 20px 10px 20px 10px;
	font-size: 10px;
}

.pop_inner .logo {
	padding: 20px 0px 20px 50px;
}