#maps_search {
	position: absolute;
	padding: 10px;
	padding-left: 20px;
	padding-right: 5px;
	top: 50px;
	right: 0px;
	width: 171px;
	height: 259px;
	z-index:9999;
	max-width: 171px;
	background-image: url(../Images/g-map-back.png);
	color: #535351;
	line-height: 20px;
}

#maps_search a {
	outline: none;
	color:#000;
}

#maps_search a.on {
	color: #476D9D !important;
}

#maps_keyword {
	border: 1px solid #e1e1e1;
	background-color: #deebf4;
	color: #535351;
	width: 150px;
	float: left;
	margin-right: 5px;
	height: 21px;
}

.maps_line {
	margin-bottom: 8px;
	margin-top: 8px;
	width: 195px;
	height: 1px;
}

#maps_search_button {
	cursor:pointer;
}

#maps_search_toggle {
	position: absolute;
	top: -5px;
	left: -5px;
	cursor:pointer;
}

.maps_label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}