.post-comments {
  background: url(http://www.vallarta-adventures.com/assets/theme/images/backgrounds/dots.png) repeat-x top;
  margin-top: 1.7em;
  padding-top: 1px; }
  .post-comments h4 {
    margin-top: 1.7em;
    text-transform: uppercase;
    color: #424242; }
  .post-comments .comment {
    background: url(http://www.vallarta-adventures.com/assets/theme/images/backgrounds/dots.png) repeat-x bottom;
    padding: 1.3em 0;
    color: #999; }
    .post-comments .comment p {
      margin: 0;
      line-height: 1.3em; }
      .post-comments .comment p.author {
        font-weight: bold;
        margin-top: 0.3em; }
  .post-comments form {
    width: 85%; }
    .post-comments form .field {
      float: left;
      width: 50%;
      margin: 0.5em 0 1em; }
      .post-comments form .field label {
        color: #424242;
        font-weight: bold;
        display: block;
        font-size: 90%;
        margin-bottom: 0.3em; }
      .post-comments form .field input, .post-comments form .field textarea {
        border: 1px solid #d5d5d5;
        padding: 4px;
        width: 90%;
        display: block;
        font-family: Arial, Verdana, sans-serif;
        font-size: 100%; }
      .post-comments form .field .fieldWithErrors input, .post-comments form .field .fieldWithErrors textarea {
        border: 1px solid #ed868f; }
      .post-comments form .field p.error {
        margin: 0;
        font-size: 90%; }
    .post-comments form .wide {
      clear: both;
      float: none;
      width: 100%;
      margin-right: 0 !important; }
      .post-comments form .wide input, .post-comments form .wide textarea {
        width: 95%; }
    .post-comments form.submitting {
      background: url(http://www.vallarta-adventures.com/assets/theme/images/submitting.gif) no-repeat center center;
      height: 6em; }
    .post-comments form.submitted {
      padding: 1em 0;
      color: #999; }
    .post-comments form p.note {
      margin-top: 1em;
      font-size: 90%; }
