/* contact */
TABLE.address {
  margin: 5px 0px 15px 0px ;
  padding: 0px ;
}
TABLE.address TD {
  padding: 5px 0px 0px 0px ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #ff0000 ;
}
TABLE.address TD.cname {
  font-size: 125% ;
}
TABLE.address TD.prompt {
  width: 1% ;
  padding: 5px 5px 0px 0px ;
}
TABLE.address TD.officename {
  font-weight: bold ;
}
TABLE.address TD.maplink {
  text-align: center ;
  vertical-align: top ;
  white-space: nowrap ;
}
TABLE.address TD TABLE {
  margin-top: -5px ;
  margin-left: 15px ;
}

TABLE.address TD TABLE TD {
  padding-right: 9px ;
}
TABLE.address TD TABLE TD.days {
  text-align: right ;
}
TABLE.address TD TABLE TD.daytime {
  vertical-align: middle ;
}
table.note td {
  color: #777777 ;
  font-size: 75% ;
}

TABLE.contactform {
  width: 100% ;
  margin: 0px ;
  padding: 5px ;
}
TABLE.contactform TD {
  padding-bottom: 3px ;
  vertical-align: top ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #ff0000 ;
}
TABLE.contactform TD.prompt {
  width: 1% ;
  padding: 4px 5px 0px 0px ;
}
TABLE.contactform TD.buttons {
  padding-top: 12px ;
}
TABLE.contactform textarea {
  padding-top: 4px ;
}
TABLE.contactform input.te {
  height: 1.55em ;
  /* padding-bottom: 6px ; */
}
TABLE.contactform select {
  height: 1.9em ;
  line-height: 1.1em ;
}
