
#castleTermsPopup {
	position: absolute;
	width: 640px;
	height: 480px;
	display: none;
	background: #fff;
	border: 1px solid #000;
	z-index:5;
	padding:10px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:left;
}

