﻿
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 340px;
	height: 170px;
}


#placelist
{
	width: 500px;
}


td {text-align:left;}

.maplist ul {margin:0; padding:10px 5px; list-style:none; border-bottom:solid 1px #999;}
.maplist a {text-decoration:underline;}

#placelist
{
	width: 500px;
}

#search
{
	margin-bottom: 5px;
	display: none;
}

#searchform
{
	width: 500px;
	display: none;
}

#map
{
	border: 1px solid #979797;
	height: 350px;
	width: 300px;
	float: left;
}

#map_results
{
	width: 400px;
	float: right;
}

#searchwell
{
	width: 330px;
}

#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;
}

