#closeBox,
#gotTree {
	position: absolute;
	display: none;
}

#gotTree {
	z-index: 10;
	background-color: #F6E7D4;
	width: 541px;
	height: 304px;
	overflow: auto;
	top: 300px;
	left: 50%;
	margin-left: -240px;
	padding: 30px;
	border: 2px solid #D9C5AC;
}

#closeBox {
	width: 57px;
	height: 10px;
	background-image: url(images/x.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	top: 320px;
	left: 50%;
	margin-left: 270px;
	cursor: pointer;
}

#closeBox img {
	margin-bottom: 10px;
}

#gotTree div {
	white-space: nowrap;
}

#gotTree ul {
	list-style: none;
	margin: 0;
}

table.geoSelect div {
	font-weight: bold; 
	margin: 0px 20px 1em; 
	text-indent: -20px
}
table.geoSelect div div  {
	font-weight: normal; 
	margin: 0.3em 0px 0px 20px; 
	text-indent: -20px
}
a.alias {
	margin-right: 1px
}
a.alias:visited {
	color: blue
}