/* contact form */
TABLE.warning {
  width: 98% ;
  margin: 15px 0px 0px 0px ;
  padding: 10px ;
  border-style: solid ;
  border-width: 1px ;
  border-color: #ffeeee #dd4400 #dd4400 #ffeeee ;
  background-color: #fff9f9 ;
}
TABLE.warning TD {
  padding: 0px 0px 3px 10px ;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif" ;
  text-align: left ;
  vertical-align: top ;
}
TD.warninghead {
  width: 1% ;
  margin: 0px 10px 0px 0px ;
  font-weight: bold ;
  color: #bb0000 ;
  font-size: 18px ;
  white-space: nowrap ;
}
TD.warningno {
  vertical-align: top ;
}
TABLE.address {
  margin: 0px ;
  padding: 0px ;
}
TABLE.address TD {
  padding: 1px 8px 0px 0px ;
  border-style: none ;
  border-width: 1px ;
  border-color: #0000ff ;
  vertical-align: top ;
}
TABLE.streetaddress {
  width: 100% ;
  margin: 0px ;
  padding: 0px ;
}
TABLE.streetaddress TD {
  padding: 1px 8px 0px 0px ;
  border-style: none ;
  border-width: 1px ;
  border-color: #0000ff ;
  vertical-align: top ;
}

TABLE.streetaddress TD.maplink {
  text-align: center ;
  vertical-align: top ;
  white-space: nowrap ;
}
TABLE.address TD.ken {
  padding: 0px 0px 0px 12px ;
  text-align: right ;
}
TABLE.address TD.formprompt {
  width: 1% ;
  font-weight: bold ;
  text-align: right ;
  vertical-align: top ;
  white-space: nowrap ;
}

TABLE.contactform {
  width: 100% ;
  border-style: none ;
  border-width: 1px ;
  border-color: #c4c5ee #227799 #227799 #c4c5ee ;
  margin: 0px ;
  padding: 5px ;
}
TABLE.contactform TD {
  padding: 0px 0px 3px 0px ;
  vertical-align: top ;
}
TABLE.contactform TD.formprompt {
  width: 1% ;
  text-align: right ;
  white-space: nowrap ;
  font-weight: bold ;
}
TABLE.contactform SELECT.contact {
  width: 97% ;
  padding: 0px ;

  border-style: solid ;
  border-width: 0px ;
  border-color: #227799 #c4c5ee #c4c5ee #227799 ;

  font-family: "Arial", "Helvetica", "sans-serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000099 ;

  background: #FBEFE1 ;
}
INPUT {
  padding: 2px 4px 2px 4px ;
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000099 ;
  background: #fffff5 ;
  border-width: 1px ;
  border-style: solid ;
  border-color: #cccccc #eeeeee #eeeeee #cccccc ;
}
INPUT.w40 {
  width: 40% ;
}
INPUT.w85 {
  width: 85% ;
}
INPUT.w100 {
  width: 97% ;
}
TEXTAREA {
  width: 97% ;
  height: 140px ;
  padding: 2px 4px 2px 4px ;
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000099 ;
  background: #fffff5 ;
  border-width: 1px ;
  border-style: solid ;
  border-color: #cccccc #eeeeee #eeeeee #cccccc ;
}
INPUT.submitbutton {
  background-color: #688d62 ;
  font-family: "Verdana", "Arial", "Helvetica", "Helv", "sans-serif" ;
  font-weight: bold ;
  color: #ffffff ;
  border-width: 1px 1px 1px 1px ;
  border-style: solid ;
  border-color: #eeeeee #000000 #000000 #eeeeee ;
}
INPUT.resetbutton {
  background-color: #688d62 ;
  font-family: "Verdana", "Arial", "Helvetica", "Helv", "sans-serif" ;
  font-weight: normal ;
  color: #ffffff ;
  border-width: 1px 1px 1px 1px ;
  border-style: solid ;
  border-color: #eeeeee #000000 #000000 #eeeeee ;
}
