#navleft {
  position: absolute;
  width: 128px;
  top: 190px;
  left: 20px;
  font-size: 0.9em;
  border: 1px dashed black;
  background-color: white;
  padding: 10px;
  z-index: 2;
}

#logo-header form {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: smaller;
  text-indent: 10%;
  position:relative;
  left:-5.7em;
  top:-1.5em;
}