﻿#popupOverlay {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
		
	z-index: 90;
}

#popupBox {
	padding: 0 0 0 0;
	position: absolute;
	top: 100px;
	width: 512px;
	z-index: 94;
	overflow: hidden;
}

#popupBoxContent {
	width: 100%;
	height: 100%;
}

#popupBoxClose {
	padding: 0 22px 0 0;
	position: absolute;
	top: 0;
	right: 1px;
		
	height: 16px;
	line-height: 16px;

	background: Transparent url(Images/icon_close.gif) no-repeat right center;
		
	cursor: pointer;
	z-index: 98;
}