
form#contact {
  margin: 10px 30px 0px 30px;
}

form#contact label {
  font-size: 14px;
  color: #444;
  float: left;
  display: block;
  width: 180px;
  clear: left;
  margin-top: 3px;
}

form#contact input, form#contact select {
  font-size: 14px;
  color: #444;
  float: right;
  display: block;
  width: 310px;
  margin: 0px;
  margin-top: 3px
}

form#contact input.submit {
  float: none;
  clear: both;
  padding: 2px 50px 2px 50px;
  margin: auto;
  margin-top: 10px;
  width: 40%
}

form#contact textarea {
  clear: both;
  width: 99%;
  margin: auto;
  margin-top: 3px;
  height: 140px;
}

form#registration div#race_description {
  clear: both;
  padding: 5px 5px 5px 5px;
  border: 2px dashed #B6C992;
  margin: 20px 5px 5px 5px;
  background: #DDEE8C;
  height: 155px;
  vertical-align: middle;
}

form#registration div#race_description h2 {
  padding: 4px 0px 4px 4px;
  text-indent: 20px;
  background: none;
}

form#registration div#race_description p {
  text-indent: 20px;
  padding: 10px;

}

form#registration div#race_description img {
  float: left;
  margin: 20px 10px 10px 10px;
}
