/* CSS Document */
		body{
			/*background:url(foo) fixed;  Helps Prevent Layer Flickering on Scrolling */
		}
		#popLayer {
			position:absolute;
			left:50%;
			top:0px;
			width:1px;
			height:1px;
			overflow:visible;
			z-index:6000;
		}
		
		#popLayer #popLayerWindow {
			position:relative;
			width:640px;
			margin-left:-320px;
			padding:100px 0;
		}
		
		/* Top and Bottom Edges, used for curved corners */
		#popLayer #popLayerWindow #popLayerTopCap,
		#popLayer #popLayerWindow #popLayerTopCap div,
		#popLayer #popLayerWindow #popLayerBottomCap,
		#popLayer #popLayerWindow #popLayerBottomCap div {
			background:transparent url(/img/popLayerCaps.gif) 0% 0% no-repeat;
			height:10px;
			overflow:hidden;
		}
		#popLayer #popLayerWindow #popLayerTopCap div {
			background-position:100% 0%;
			width:10px;
			float:right;
		}
		#popLayer #popLayerWindow #popLayerBottomCap {
			background-position:0% -10px;
		} * html #popLayer #popLayerWindow #popLayerBottomCap {
			padding:0px 2px 0 0;
			margin:0px 0 0 2px; 
		}
		#popLayer #popLayerWindow #popLayerBottomCap div {
			background-position:100% -10px;
			width:10px;
			float:right;
		}
		
		
		
		#popLayer #popLayerWindow #popLayerPadding {
			padding:30px 20px 20px 20px;
			border-left:1px solid #5A5A5A;
			border-right:1px solid #5A5A5A;
			background-color:#fff;
		}
		#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap {
			text-align:justify;
		}
		#popLayer #popLayerWindow #popLayerPadding #popLayerContentWrap img {
			max-width:590px;
		}
		#popLayer #popLayerWindow #popLayerCloseButton {
			display:block;
			width:49px;
			height:12px;
			position:absolute;
			top:120px;
			right:40px;
			text-decoration:none;
			cursor:pointer;
			cursor:hand;
			background:transparent url(/img/popLayerCloseButton.gif) left top no-repeat;
		}
		#whiteWash {
			position:absolute;
			top:0px;
			left:0px;
			background-color:#fff;
			opacity: .5;
			filter: alpha(opacity=50);
			z-index:5000;
		}
