#app {
	margin-bottom: 20px;
	text-align: center;
	overflow: auto;
}

#app > div {
	width: 550px;
	border: 1px solid black;
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	background: white;
}

#mainpanel {
	display: inline-block;
}

#scrollwrapper {
	display: table-cell;
}

#scrollregion1 {
	overflow: hidden; /* do this preemptively to prevent onload artifacts */
	width: 400px;
	height: 300px;
	border: 1px solid gray;
}

#controls {
	display: table-cell;
	vertical-align: middle;
}

.block {
	display: block;
}

#controls input {
	display: block;
	width: 100%;
	margin-left: 10px;
}

#map {
	cursor: crosshair;
}

#natatlink {
	display: block;
	position: absolute;
	top: 39px;
	left: 119px;
	width: 255px;
	height: 46px;
}

#natatlink span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../common/images/clear.gif');
}

#fakemap {
	position: relative;
	width: 400px;
	height: 308px;
	margin: 10px;
}

#fakemap img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 308px;
	z-index: 10;
	margin: 0px;
}

.fakemapcover {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	z-index: 20;
}


#fakemapcovertop {
	width: 400px;
	height: 78px;
	top: 0px;
	left: 0px;
}

#fakemapcoverbottom {
	width: 400px;
	height: 140px;
	bottom: 0px;
	left: 0px;
}

#fakemapcoverleft {
	width: 100px;
	height: 90px;
	top: 78px;
	left: 0px;
}

#fakemapcoverright {
	width: 189px;
	height: 90px;
	top: 78px;
	right: 0px;
}

#fakemapcovercenter {
	position: absolute;
	width: 200px;
	height: 100px;
	top: 10px;
	left: 10px;
	border: 1px solid gray;
	z-index: 20;
}

#badbrowser {
	border: 2px solid red;
	padding: 10px;
	margin-bottom: 10px;
}
