body {
	font-family: sans-serif;
}
#map {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#toolbar {
	position: absolute;
	top: 10px;
	width: 200px;
	right: 10px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}
#menu, #selected, #dialog {
	background-color: white;
	border-radius: 3px;
	border: 1px solid rgb(183, 183, 183);
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
#selected {
	display: none;
}
#toolbar button, #dialog button {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid rgb(183, 183, 183);
	border-radius: 3px;
	padding: 5px;
	color: black;
	cursor: pointer;
}
#toolbar button:hover, #dialog button:hover {
	background-color: rgb(243, 243, 243);
}
#selected input, #selected textarea {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid rgb(183, 183, 183);
	border-radius: 3px;
}