body {
  color: #333;
}

body, input, button {
  line-height: 1.4;
  font: 13px Helvetica,arial,freesans,clean,sans-serif;
}


a {
  color: #4183C4;
  text-decoration: none;
}

#examples a {
  text-decoration: underline;
}

#geocomplete { 
	background: none transparent;
    color: #444444;
    line-height: 24px;
    overflow: hidden;
    padding: 0 5px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
	width: 137px;
	border-radius: 0px !important;
	border: none !important;
	height: 30px;
	box-shadow: none !important;
	margin: 0px !important;
	vertical-align: top;
}

.map_canvas { 
  width: 600px; 
  height: 400px; 
  margin: 10px 20px 10px 0;
}

#multiple li { 
  cursor: pointer; 
  text-decoration: underline; 
}