#PopupOverlay {
            display: none;
            position: fixed;
            left: 0px; right: 0px;
            top: 0px; bottom: 0px;
            background-color: #000000;
            opacity:0.92;
			z-index: 200;
}
#PopupWindow {
            display: none;
            position: fixed;
            width: 500px; height: 475px;
            top: 50px;
			left: 30%;
			margin: 0 0 0 0;
            border: solid 2px #cccccc;
            background-color: #ffffff;
			z-index: 300;
}

#PopupWindow a {
            display: block;
            position: relative;
			top: 5px;
			left: 485px;
            margin: -500px 0 0 -2px;
            width: 36px; height: 36px;
			background:url(/images/PopUpClose.png);
			z-index:100;
}