@charset "utf-8";
/* CSS Document */

.searchmap {
	text-align: center;
}
.typebar a {
	color: #FFFFFF;
	text-decoration: none;
}
.typebar a:hover {
	text-decoration: underline;
}


.typebutton_on {
	font-weight: bold;
	background-color: #77C5FC;
	padding: 10px;
	float: left;
	margin: 3px;
	border: 1px solid #279CFC;
	color: #006bc3;
}
.typebutton_off {
	font-weight: bold;
	background-color: #006bc3;
	padding: 10px;
	float: left;
	margin: 3px;
}
.form {
	clear: both;
}
.twocol .form select {
	width: 120px;
	margin: 5px;
}
.twocol .form input {
	width: 120px;
	margin: 3px;
}
