  body {
      background-image: url(/images/sites/fourseasonsaustin/themes/22339/background_original.jpg);
      background-repeat: repeat-x;
      background-position: center top;
    background-color: rgba(0, 0, 0, 0);
  }
  h1, h2, h3 {
    color: #175252;
  }
  input.btn {
      color: #dff3fb;
      background-color: #175252;
      border-top: 2px solid #498484;
      border-left: 2px solid #498484;
      border-right: 2px solid #002020;
      border-bottom: 2px solid #002020;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #175252;
      border-top:  2px solid #002020;
      border-left:  2px solid #002020;
      border-right: 2px solid #498484;
      border-bottom: 2px solid #498484;
  }
