body {
	font-family: Arial, sans serif;
	font-size: 11px;
}

.demo {
	background: url("/images/site/demo.png");
}

#map {
	float: left;
	border: 1px solid #000;
	margin-left: 4px;
}

#panel_left {
	border: 1px solid #000;
	float: left;
	overflow-y: auto;
	overflow-x: auto;
}

.legend_icon {
	vertical-align: bottom;
}

#control_panel {
	width: 100%;
	clear: both;
	margin: 6px;
}

#hand_b {
	width:31px;
	height:31px;
	background-image: url("/images/site/bsu.png");
	float: left;
	margin-right: 4px;
}

#hand_b.selected {
	background-image: url("/images/site/bsd.png");
}

#placemark_b {
	width:31px;
	height:31px;
	background-image: url("/images/site/bmu.png");
	float: left;
	margin-right: 4px;
}

#placemark_b.selected {
	background-image: url("/images/site/bmd.png");
}

#line_b {
	width:31px;
	height:31px;
	background-image: url("/images/site/blu.png");
	float: left;
	margin-right: 4px;
}

#line_b.selected {
	background-image: url("/images/site/bld.png");
}

#shape_b {
	width:31px;
	height:31px;
	background-image: url("/images/site/bpu.png");
	float: left;
	margin-right: 4px;
}

#shape_b.selected {
	background-image: url("/images/site/bpd.png");
}

#selectables, #goto_container, #search {
	margin: 10px 0 0 0;
}

#featuretable {
	display: none;
}

.clear {
	clear: both;
}

#search_results {
	border: 1px solid #000;
	padding: 10px;
	clear: both;
	margin: 10px 0;
	height: 200px;
	overflow: auto;
	display: none;
}

#search_results_right {
	float: left;
	border: 1px solid #000;
	padding: 10px;
	margin: 0 0 0 6px;
	overflow: auto;
	display: none;
}

#debug {
	border: 1px dashed #f00;
	padding: 10px;
	clear: both;
	overflow: auto;
	display: none;
}

#loading {
	z-index: 9999;
	color: #000;
	position: absolute;
	top: 40%;
	left: 40%;
	text-align: center;
	width: 240px;
	height: 40px;
	background: #fff;
	padding: 20px 0;
	border: 1px solid #000;
}

h2 {
	margin: 10px 0 4px 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

.content {
	margin: 8px;
}

.hidden {
	display: none;
}

#login {
	margin: 40px auto 0 auto;
	width: 300px;
}

form.form_main label {
	display: block;
	line-height: 20px;
	vertical-align: top;
	font-weight: bold;
}

form.form_main ol {
	margin: 0;
	padding: 0;
}

form.form_main li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.form_main em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.error {
	font-weight: bold;
	color: #f00;
}

#log {
	float: right;
	margin: 0 10px 0 0;
}