/* Copyright 2004-2006, Page Step Web and Print Design - www.pagestep.com */
/* Special style sheet for WIDS page */
/* contact */

TABLE.address {
  margin: 0px ;
  padding: 0px ;
}
TABLE.address TD {
  padding: 2px 0px 0px 0px ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #ff0000 ;
}
TABLE.address TD.prompt {
  width: 1% ;
  padding: 3px 5px 0px 0px ;
}
TABLE.address TD.officename {
  font-weight: bold ;
}
TABLE.address TD.maplink {
  text-align: center ;
  vertical-align: top ;
  white-space: nowrap ;
}

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: 3px 5px 0px 0px ;
}
TABLE.contactform TD.buttons {
  padding-top: 12px ;
}
TABLE.contactform TD.buttons INPUT {
  margin: 0 ;
  padding: 0 ;
  color: #0000aa ;
  border-style: none ;
}
TABLE.contactform TD.buttons INPUT:hover {
  text-decoration: underline ;
}
TABLE.contactform TD.buttons TABLE TD {
  width: 25px ;
}
TABLE.contactform TD.buttons TABLE TD.send {
  width: 150px ;
  height: 24px ;
  text-align: center ;
  background: url(images.site/button_bg_150.gif) top left no-repeat ;
}
TABLE.contactform TD.buttons TABLE TD.cancel {
  width: 150px ;
  height: 24px ;
  text-align: center ;
  background: url(images.site/button_bg_150.gif) top left no-repeat ;
}

