.PopupContainer
{
	display: none; visibility: hidden; position: absolute; width: 0px; height: 0px; overflow:hidden
}
#PopupBackground
{
	z-index: 9998; background-color: #000000
}
#PopupForegroundBlur
{
	z-index: 9999; background-color: #ffffff
}
#PopupForeground
{
	z-index: 10000; 
	background-color: #ffffff;
	box-shadow: 0px 0px 50px #FFFFFF;
	-moz-box-shadow: 0px 0px 50px #FFFFFF;
	-webkit-box-shadow: 0px 0px 50px #FFFFFF;
}
#PopupCloseButton
{
	display:block; position: absolute; z-index: 10001; cursor: pointer;
	/*margin-left: (width-16) px; margin-top: -(height+16) px*/
}
