#popup {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 20;
	width: 340px;
}

#popup_bg {
	display: none;
	background: #222;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.9;
}

#popup_message {
	font-size: 1.8em;
	padding: 30px 20px 30px 20px;
	color: #FFF;
	text-align: center;
	opacity: 1;
	text-shadow: rgba(0,0,0,0.7) 1px 1px 2px;
}

