/* CSS Document */

		div#popupWhitewash {
			opacity: .5;
			filter: alpha(opacity=50);
			position:absolute;
			/*top:17px;*/
			/*left:17px;*/
			margin-left:17px;
			z-index:5000;
			width:674px; /* same as #container */
			height:545px; /* same as #container */
			background-color:#fff;
		}
		div#popupContent {
			position:absolute;
			/*top:85px;*/
			/*left:120px;*/
			margin-left:125px;
			margin-top:85px;
			z-index:5500;
			width:400px;
			height:350px;
			border:17px solid #fff;
			background:#DABC96 url(/img/paperBg.jpg) left top repeat;
			padding:15px;
			overflow:auto;
			font-weight:normal;

			scrollbar-arrow-color: #DABC96;
			scrollbar-track-color: #DABC96;
			scrollbar-face-color: #DABC96;
			scrollbar-highlight-color: #DABC96;
			scrollbar-darkshadow-color: #DABC96;
			scrollbar-3dlight-color: #B24540;
			scrollbar-shadow-color: #B24540;

		}
