  body {
      background-image: url(/images/sites/afgdemo/themes/10741/background_original.png);
      background-repeat: repeat-x;
      background-position: center bottom;
    background-color: rgba(234, 25, 36, 0);
  }
  h1, h2, h3 {
    color: #426633;
  }
  input.btn {
      color: #426633;
      background-color: #426633;
      border-top: 2px solid #749865;
      border-left: 2px solid #749865;
      border-right: 2px solid #103401;
      border-bottom: 2px solid #103401;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #426633;
      border-top:  2px solid #103401;
      border-left:  2px solid #103401;
      border-right: 2px solid #749865;
      border-bottom: 2px solid #749865;
  }
