@charset "utf-8";
/* CSS Document */

#popupOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=00);
	opacity: 0.0;
}

#popupLayout {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1100;
	text-align: center;
	filter:alpha(opacity=00);
	opacity: 0.0;
	
}

#popupContent {
	width: 500px;
	height: 500px;
	background:#FFF;
	padding: 20px;
}

.popupButton {
	margin:5px 15px 15px 0px;
	cursor: pointer;
	float: right;
	font-size: 11px;
	

}

#popupClose{
	z-index: 9000;
	background: url(../images/icons/close.png);
	width: 12px;
	height: 11px;
	margin: 2px 2px 0px 0px;
	cursor: pointer;
}
