.WindowShadowFrame			{position: fixed;
							top: 0px;
							left: 0px;
							width: 100%;
							height: 100%;
							z-index: 999999999;
							background-color: rgba(0, 0, 0, 0.5);}

.WindowShadowFrameContent	{width: 630px;
							height: 480px;
							box-shadow: 0px 0px 5px #000;
							background-color: rgb(250, 250, 250);
							position: fixed;
							top: 5%;
							left: 50%;
							margin-left: -320px;
							padding: 5px;
							overflow: hidden;}