html,body,input {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	width:100%;
	text-align:center;
}

/*--------- Styles for the Form box that requests locations ----------*/
#form_container{
	width:580px;
	min-height:120px;
	margin:0px auto;
	background:none;
	padding:10px;
}

/*--------- Styles resulting Total distance & duration ----------*/
#summary{
	line-height:20px;
}

/*--------- Styles Map & Direction routes container ----------*/
#map_area{
	width:650px;
	height:580px;
	overflow:hidden;
	background-color:#E8E8E8;
	top:-1000px;
	position:absolute;
}

/*--------- Styles for Map ----------*/
#map_canvas{
	width:340px;
	height:560px;
	border:1px solid #B5B5B5;
	float:left;
	margin:10px 5px 10px 10px;
}

/*--------- Styles for Routes ----------*/
#directions{
	width:260px;
	height:550px;
	border:1px solid #B5B5B5;
	float:left;
	margin:10px 10px 10px 10px;
	background-color:#fff;
	font-size:11px;
	overflow:auto;
}
