#PopupLayer {
	background:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	border:2px solid black;
	padding:15px 15px 2px 15px;
	text-align:center;
}

#PopupLayer #PopupLayerLogo {
	margin-bottom:10px;
	text-align:right;
	width: 300px; /* set to be larger than logo width */
}

#PopupLayer #PopupLayerImageDiv {
	margin:10px 0 5px 0;
	padding:10px 0;
	border-bottom:1px solid #BCBCBC;
	border-top:1px solid #BCBCBC;
}

#PopupLayer #PopupLayerText {
	text-align:left;
	width:300px;
	height:20px;
}

#PopupLayer #PopupLayerText #PopupLayerClose {
	float:right;
}

/* CSS for example website - do not copy */

body {
	font-size:12px;
	font-family:arial;
	background-color:white;
}
