/* styles for NWNN popup boxes */
div#popupouter {
	display: none;
	width: 279px;
	height: 143px;
	background-image: url(/webnw/images/popupBG.png);
	background-repeat: no-repeat;
	padding: 34px 36px 18px 31px;
	position: absolute;
	top: 20; /* adjusted by JS before display */
	left: 10; /* adjusted by JS before display */
	z-index: 100;
}
div#popupinner {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 279px;
	height: auto;
	display: none;
}
.large {
	font-size: 11pt;
}