﻿#googleMaps
{
	top: 20px;
	left: 20px;
	position: absolute;
	width: 345px;
	height: 391px;
	border: solid 2px #606060;
}

#googleMaps div.googlemapOverlay
{
	font-size: 12px;
	font-family: Tahoma;
	color: #1D1D1D;
}

#googleInformation 
{
	width: 345px;
	height: 391px;
	background-color: #FFFFFF;
	position: relative;
	margin: 20px 0 20px 387px;
}

#googleInformation div.wrapper
{
	padding: 15px;
}

#googleInformation div.wrapper p 
{
	margin: 7px 0px 8px 13px;
}

#googleInformation div.directionsInput
{
}

#googleInformation div.directionsInput span.titleText
{
	font-size: 11px;
	display: block;
}

#googleInformation div.directionsInput input.txt
{
	width: 230px;
	font-size: 11px;
	font-family: Verdana, Arial;
	margin-top: 5px;
}

#googleInformation div.directionsInput span.chk
{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#googleInformation div.directionsInput span.label
{
	float: left;
	width: 75px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-top: 7px;
}

#googleDirections 
{
	margin-top: 35px;
	height: 95px;
	overflow: auto;
	border: solid 1px #eb7c15;
	display: none;
}

#googleDirections .errorMessage
{
	color: #eb7c15;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial;
	padding: 10px;
	margin: 0px;
}

#googleDirections div.googledir
{
}

div.directionsInput a.button 
{
	clear: both;
	display: block;
	position: absolute;
	margin-top: 30px;
	background: url(images/asterisk.gif) top right no-repeat;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bold;
}

