p {
  margin: 0px;
  padding: 0px;
}

.contactForm {
  width: 700px;
  margin: 50px auto 0px;
  padding: 6px;
  background-color: #a6ceea;
  border: solid 2px #7fb8e0;
}

.formIntro {
  font-size: 20px;
  font-weight: bold;
  color: #0072c2;
  padding: 0px 0px 10px;  
}

.column {
  width: 335px; /*(700px - column.marginLeft * 3) / 2*/
  margin-left: 10px;
  float: left;
}

.columnRight {
  padding-left: 345px; /*column.width + column.margin-left*/
}

.step1, .step2, .step3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #0072c2;
  margin-top: 10px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

.step1 {
  background-image: url(../img/ic_step_1.gif);
}

.step2 {
  background-image: url(../img/ic_step_2.gif);
}

.step3 {
  background-image: url(../img/ic_step_3.gif);
}

.formItem {
  float: left;
}

label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #0072c2;
  display: block;
}

input, textarea {
  margin-top: 5px;
}

#emailAddress {
  width: 298px;
  border: solid 1px #83bae1;
}

#messageText {
  width: 298px;
  height: 82px;
  border: solid 1px #83bae1;
}

.captcha {
  margin-top: 5px;
}

.formError {
  background-color: #eaa6a6;
  border: solid 1px #c30000;
  color: #c30000;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin: 5px 20px;
}