#Content > h2,
#Content > p {margin:20px;}

#ContactForm {
  position:relative;
  width:600px;
  margin:20px;
}

#ContactForm input[type="text"],
#ContactForm select { width:200px; }

#ContactForm textarea {
  width:230px;
  height:100px;
}

.LeftSide,
.RightSide {
  width:250px;
  float:left;
}

.LeftSide { clear:left; }

.RightSide {
  clear:right;
  float:right;
}

h2 { clear:both;
  padding-top:20px;
}

#ContactForm p {
  position:relative;
  margin:5px 10px;
}

#ContactForm .Phone  input { width:30px; }

#ContactForm.HeightWeight input { width:40px; }

.HeightWeight span { float:left; }

.OneLine span {
  float:left;
  margin-right:20px;
}

.OneLine { width:500px; }

#ContactForm .AutoSelectWidth select { width:auto; }
