#map_canvas {
	width: 300px;
	height: 300px;
	border: solid 3px #3B2314;
	margin: 5px;
	float: left;
	display: inline;
}

#directions_input {
	width: 285px;
	height: 300px;
	margin: 5px;
	float: left;
	display: inline;
}

#directions_input .row {
	width: 285px;
	background: #EEEADC;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 3px;
}

#directions_input .labels {
	width: 100px;
	float: left;
	text-align: right;
	color: #644D38;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background: #EEEADC;
}

#directions_input .inputs {
	width: 185px;
	float: left;
	text-align: left;
	padding: 1px 0px;
	background: #EEEADC;
}

#directions_input .submit {
	width: 275px;
	text-align: center;
	margin: 5px;
}

#directions {
	width: 595px;
	margin: 5px;
	float: left;
}

#bubble {
	width: 180px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	display: none;
}

#big_map {
	border: solid 3px #3B2314;
	width: 600px;
	height: 470px;
	margin: 5px;
}