#popup {
	display: none;
	position: fixed;
	width: 270px;
	_position: absolute; /* hack for internet explorer 6 */
	z-index: 20;
}


#popup_bg {
	display: none;
	background: #fff;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
}

#popup_message {
	font-size: 0.9em;
	padding: 15px;
	color: #FFF;
	font-weight: bold;
	opacity:1;
	text-align: center;
	background: #49a4df;
	opacity: 0.9;
	border: 1px solid #2c82b9;
}

