html, body, #map, #help {
  width : 100% ;
  height : 100% ;
}

body {
  overflow : hidden ;
}

table {
  font-size : 85% ;
}

body, form, h1 {
  margin : 0 ;
  padding : 0 ;
}

form, .pengine, #pengineclient, .search {
  display : inline ;
}

h1 {
  font-size : 25px ;
}

h1 a {
  color: #000000 ;
  text-decoration: none ;
}

#head {
  /* display : none ; */
}

.title {
  width : 100% ;
  background-color : #F78F2E ;
}

.title #lat, .title #lon {
  padding-right : 5px ;
}

.pengine {
  padding-right : 5px ;
  vertical-align : middle ;
}

.pengine img {
  border : 0 ;
}

.status {
  width : 100% ;
  background-color : #F8993A ;
}

.status a {
  color: #000000 ;
}

.status a:hover  {
  color: #AAAAAA ;
  text-decoration: none ;
}

.status .found {
  width : 130px ;
}

.status .clearpoint {
  width : 110px ;
}

.status .writepoint {
  width : 155px ;
}

.info {
  font-size : 80% ;
  line-height : 130% ;
}

.info .optional a {
  color: #F78F2E ;
}

.info .optional a:hover  {
  color: #777777 ;
  text-decoration: none ;
}

.info .lat, .info .lon {

}

#help {
  overflow : auto ;
  padding : 10px 10px 60px 10px ;
  background-color : #FFDDAA ;
  font-size : 85% ;
}
