div#notice {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -215px;
	text-align: left;
	width: 431px;
}

div#nborder {
	background: url("/images/nbackground.png");
	height: 175px;
	width: 431px;
}

div#ncontent {
	margin: auto;
	margin-top: -164px;
	border: solid 2px #990000;
	width: 393px;
	height: 138px;
	background: #E3E5DB;
	padding: 5px;
	z-index: 1000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #781F28;
}

div#ncontent a#close-popup {
	font-size: 12px;
	float: right;
	color: #990000;
	border: none;
	cursor: pointer;
}
