#popupBannerWraper {
			height: 100%;
			width: 100%;
			background: black;
			opacity: 0.75;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 999;
			display: none;
		}
		#popupBanner {
			display: none;
			position: fixed;
			top: 50%;
			left: 50%;
			margin-top: -200px;
			margin-left: -300px;

			z-index: 1000;

			background: white;
			padding: 0;

			/*border: 1px solid silver;*/
			-webkit-box-shadow:  0px 0px 50px 10px #333333;
        	box-shadow:  0px 0px 50px 10px #333333;
			}
		#popupBannerClose {
			position: absolute;
			top: -20px;
			left: -20px;
			float: right;
			}
			#popupBannerClose a {
				text-decoration: none !important;
				font-size: 18px;
				font-weight: bold;
				color: white;
				text-shadow: 0px 0px 3px #000000;
        		filter: dropshadow(color=#000000, offx=0, offy=0);
				}