html {
	height: 100%;
}


body {
	font: 16px Helvetica, Arial ,sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#map, #route {
	width: 100%;
	height: 50%;
}
#route {
	overflow-y:auto;
}
#method {
	position: absolute;
	left: 75px;
	top:15px;
	padding:10px;
	opacity: .9;
	-moz-opacity: .9;
	z-index: 10;
	background-color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
