body { background-color: #fff; margin: 0px; } 
body, tr, td, select, input { font-family: verdana, sans-serif; font-size: 10px; color: #111; font-weight: normal; }
h1    { font-size: 14px; margin: 0px; padding-top: 5px; }
h2     {font-size: 12px; padding-bottom: 5px; }
a { color: #06b; }
a:visited { color: #058; }

/* TOP LEVEL */

#map
{
	position: absolute; 
	width: 100%;
        height: 100%;
	background-color: #fff;
}

#mappanel 
{ 
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
}

#searchP
{
	position: absolute; top: 10px; width: 300px; height: 98px; right: 10px;
	background-color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border: 1px solid #000;
}

#searchPOIP, #searchPInfo
{
	width: 280px;
	padding: 10px;
	position: absolute;
}

#searchPOIP
{
	top: 0px;
}

#searchPInfo
{
	top: 47px;
}

#logoP
{
	position: absolute; top: 8px; left: 53px;
	background-color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 9998;
	border: 1px solid #000;
	padding: 9px 8px 8px 8px;
}

#searchPOISpinner
{
	display: none;
}

#searchPOISpinner img
{
	width: 16px;
	height: 16px;
}

#searchPOIMessage
{
	color: #f00;
}

