h2, h3 {
  font-size: small;
}

.contactForm {
  width: 455px;
  height: 430px;
  padding: 16px;
  background: url("../images/greybox6.gif") no-repeat;
  
  float: left;
  color: #555;
  position: relative;
}

.contactText {
  width: 300px;
  float: right;
  color: black;
  font-size: small;
}

.fDesc {
  position: absolute;
  left: 10px;
  display: inline;
}

.fRow {
  padding-bottom: 8px;
  clear: both;
  height: 20px;
}

.fText {
  width: 200px;
  height: 12px;
  font-size: 10px;
  position: absolute;
  right: 180px;
}

.fTextArea {
  font-family: Arial;
  width: 360px;
  height: 140px;
  font-size: 12px;
  position: absolute;
  right: 20px;
}

.fSelect {
  width: 204px;
  position: absolute;
  right: 180px;
}

.fSubmit {
  position: absolute;
  right: 30px;
}

.btnEmail {
  vertical-align: bottom;
}