/* MAP */
.feature .content .map {
	width: 65%;
	float: left;
}

#map {
	border: 2px solid #FFFFFF;
	height: 188px;
}

#map span, #map a {
	font-size: 9px;
}

/* ROUTE */
.feature .content .route {
	width: 32%;
	float: left;
	margin-left: 25px;
}

.feature .content .route .title {
	background-image: url(/images/pages/contact/feature/title.gif);
}

.feature .content .route input {
	width: 90%;
}

.feature .content .route .submit input {
	width: auto;
}