.admin {
  line-height: 30px;
}
.admin label {
  display: block;
  float: left;
  width: 100px;
  font-size: 20px; 
  clear: left; 
}
.admin .txt {
  width: 350px;
}
.admin textarea {
  width: 350px;
  height: 75px;
  margin-top: 5px;
}
.fcontact {
  line-height: 35px;
  margin-top: 10px; 
}
.fcontact label {
  display: block;
  float: left;
  width: 160px;
  font-size: 20px; 
  clear: left; 
}
.fcontact .txt {
  width: 200px;
}
.fcontact textarea {
  width: 360px;
  height: 150px;
  margin-top: 5px;
}
.contact {
  line-height: 30px;
  font-size: 20px;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
.contact .cLabel {
  display; block; 
  width: 100px;
  float: left;
  clear: left;
}