div#map{
	border:1px black solid;
	width  : 426px;
	height : 355px;
	z-index:1;
}

div#directions{
	width  : 426px;
	height : 200px;
	overflow:auto;
}

input#fromPostal{
	width:70px
}

div#loading{
	background-color:white;
	border : 1px black solid;
	padding:7px;
	position:absolute;
	top:150px;
	left:130px;
	z-index:9999999;
	width:150px;
}