body#skills ul.skills-list {
  width: 60%;
  margin: 0 auto;
}
body#benefits ul.benefits {
  margin-top: 1.6em;
}
body#benefits ul.benefits li {
  margin-bottom: 1.6em;
}
body#contact img.email-replacement {
  /* This is a browser hack to keep the image in roughly the right place in
   * the majority of web browsers.
   */
  vertical-align: text-bottom !important;
  vertical-align: middle;
}
body#contact form div {
  clear: both;
  vertical-align: middle;
}
body#contact form label {
  color: #666;
  float: left;
  width: 130px;
  text-align: right;
  text-transform: lowercase;
  font-size: 90%;
  margin: 0 0 0.8em;
}
body#contact form input, body#contact form textarea {
  display: block;
  width: 200px;
  margin: 0 0 0.8em 136px;
  padding: 1px;
}
body#contact form div.hidden input {
  display: none;
}
body#contact form div.submit-button input {
  width: 206px;
}
body#contact-success div#region-content-inner div.message {
  border: 1px solid #9C9;
  margin: 1em 6em;
  padding: 8px 8px 8px 32px;
  font-weight: bold;
  background: #BFB url(/graphics/tick.png) no-repeat scroll 8px center;
}