/* Contact Us -- Directions */
#gpsWrap
{
	position: relative;
	margin: 8px auto 0;
	width:672px; 
}
#map
{
	border: 1px solid #d3ae57;
	height: 298px;
	margin-bottom: 30px;
	width: 670px; 
}
#gpsWrap form
{
	margin-top: 20px;
}
input[type=text]
{
	border: 1px solid #d3ae57;
	background: #fff;
	margin: 2px 0 0 0;
	padding: 2px 5px 3px;
	width: 400px;
}
label
{
	font-weight: bold;
}
#directions
{
	padding: 20px 0 0;
}
#directions table, tr, th, td
{
	background: #fff;
	border-color: #cdcdcd;
}
#print,
#loading
{
	display: none;
	position: absolute;
	right: 0;
	top: 330px;
}
#loading
{
	right: 130px;
	top: 350px;
}

