


#leftfiller {
  width: 120px;
  height: 100px;
  float: left;
}

#contact {
  width: 330px;
  text-align: left;
  float: left;
}

#contact input {
  border: solid 1px #aaa;
  background-color: transparent;
  width: 110px;
  text-align: center;
}
#send {
  font-weight: bold;
}

#contact textarea {
  border: solid 1px #aaa;
  background-color: transparent;
  height: 100px;
}

td.req {
  color: red;
}
