/** This CSS file contains all the local information map CSS **/

#placelist {
	width: 500px;
}

#search {
	margin-bottom: 5px;
}

#searchform {
	width : 100%;
}

#map {
	border: 1px solid #979797;
	height: 450px;
	width: 550px;
}

#results {
	/*position: absolute;
	left: 540px;*/
}

#searchwell {
	width : 220px;
	display: block;
}

#searchwell .unselected {
	padding-left: 18px;
	padding-top: 1px;
	background-image: url("http://labs.google.com/ridefinder/images/mm_20_yellow.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.unselected .gs-watermark {
	display: none;
}

#searchwell .select {
	margin-bottom: 1em;
}

.unselected .select {
	cursor: pointer;
	text-decoration: underline;
	color: #7777cc;
}

#selected {
	margin-top: 1em;
}

#selected .gs-result {
	margin-bottom: 1em;
}

#selected .gs-result {
	padding-left: 30px;
	padding-top: 3px;
	background-image: url("http://www.google.com/mapfiles/icon.png");
	background-repeat: no-repeat;
	background-position: top left;
}
