/* CSS Document for the GG Map */
#map_container {
	background: #fff; 
}

#map {
	width: 700px; 
	height: 400px;
}

#map_directions {
	width: 700px; 
}

input {
  background: #fff;
  font-size: 11px;
}

#submit_depart {
  background: #F3EEBC;
  border: 1px solid #E6E2B2;
  font-weight: bold;
}

label {
  font-family: Verdana;
  font-size:12px;
  font-weight:bold;
}

h1 {
  font-family: Verdana;
  font-size:14px;
  font-weight: bold;
  color:#9ABC07;
}
