input {
	border: 1px solid #EEEEEE;
	}
h4#maphead {
	color: #7D775C;
	background-color: inherit;
	text-decoration: underline;
	font-size: 14px;
	}

.form_action {
	display: none;
}
#content_inner_wrapper #map {
	/*width: 600px;*/
	width: 90%;
	height: 300px;
	margin: 12px auto;
	background: url(map-holder.jpg);
	}
#content_inner_wrapper #map p{
	color: #F00;
	background: inherit;
	}
#content #map img {
	background: none;
	}
div#route {
	/*width: 600px;*/
	width: 90%;
	margin: 12px auto;
	color: #000;
	background-color: #FFF;
	}
p.mid {
	text-align: center;
	}
form#address {
	position: relative;
	width: 240px;
	margin: 10px auto;
	}
span#tooltip {
	display: none;
	position: absolute;
	width: 176px;
	height: 97px;
	padding: 10px 12px 15px 12px;
	top: -120px;
	left: 50px;
	color: #555753;
	background: url(grey-bubble.png);
	text-align: center;
	font: 8pt/16pt georgia;
	}
span#stop {
	display: none;
	position: absolute;
	width: 176px;
	height: 97px;
	padding: 10px 12px 15px 12px;
	top: -120px;
	left: 220px;
	color: #555753;
	background: url(grey-bubble.png);
	text-align: center;
	font: 8pt/16pt georgia;
	}
span#noaddress {
	display: none;
	position: absolute;
	width: 176px;
	height: 97px;
	padding: 10px 12px 15px 12px;
	top: -120px;
	left: 220px;
	color: #555753;
	background: url(grey-bubble.png);
	text-align: center;
	font: 8pt/16pt georgia;
	}