﻿body
{
	background-color: #f4e8b9;
	color: #000000;
	font-family: 'Arial Rounded MT Bold', 
				 'Arial Unicode MS', 
				 Arial, 
				 'Trebuchet MS',
				 'Times New Roman';
	border: thin none #999999;
}
.mapPanel
{
	background-color:Transparent;
	width: 440px;
	height: 300px;
}
.headerPanel
{
	color:Black;
	width: 530px;
	height: 22px;
	float: none;
	padding-left: 20px;
	background-color: #f4e8b9;
}

.directionsPanel
{
	color: Navy;
	width: 100%;
	height:auto;
	font-family: 'Trebuchet MS',
				 'Arial Rounded MT Bold', 
				 'Arial Unicode MS', 
				 'Times New Roman';
	font-size:smaller;
}
.text
{
	border:2px solid ButtonShadow;
}
.submit
{
	color:#FFFFFF;
	background-color:#3399CC;
	border:2px;
	border-color:ButtonShadow;
	border-style:outset;
}
