@charset "utf-8";
/* CSS Document */

#formBox {
  position: relative;
  float: left;
  height: 566px;
  width: 639px;
}
#address {
  position: relative;
  top: 50px;
  width: 486px;
  margin: 0 auto;
}
h2 {
  width: 486px;
  height: 86px;
  text-indent: -999em;
  background: url(/images/contact.gif) center center no-repeat;
}
#address p {
  position: absolute;
  font-size: 11px;
  line-height: 16px;
  top: 25px;
  left: 180px;
}
form {
  position: relative;
  top: 90px;
  width: 440px;
  margin: 0 auto;
  font-size: 12px;
}
form p {
  float: left;
  width: 440px;
  margin-bottom: 16px;
}
form p.short {
  width: 220px;
}
form br { /* so the form will contain its child elements which are floated left */
  clear: left;
}
label {
  position: relative;
  top: 2px;
  display: block;
  float: left;
  width: 70px;
}
label#noNudge {
  top: 1px;
}
label#shift {
  text-indent: 13px;
}
input {
  float: left;
  width: 366px;
  padding: 2px 1px;
  border: #ccc solid 1px;
}
p.short input {
  width: 146px;
}
textarea {
  width: 364px;
  padding: 1px 1px;
  border: #ccc solid 1px;
}
input.submit {
  float: right;
  width: auto;
  width: 55px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
  margin-top: -6px;
  margin-right: 2px;
  text-align: left;
}
a#submit {
  float: right;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-right: 2px;
  margin-top: -6px;
}
