#contact p {
  position: static;
  width: 350px;
}

#contactForm .bordered { 
  position: static;
  width: 200px;
  float: right;
}

#contactSubmit { 
  position: static;
  margin-left: 147px;
}

#affForm { 
  width: 370px;
}

#affForm p {
  float: left;
  clear: both;
  position: static;
  width: 350px;
  padding-bottom: 12px;
}

#affForm label {
  float: left;
}

#affForm .bordered { 
  width: 200px;
  position: static;
  float: right;
}

#affSubmit { 
  position: static;
  margin-left: 60px;
}
