  body {
      background-image: url(/images/sites/cmod/themes/19161/background_original.png);
      background-repeat: repeat-x;
      background-position: right top;
    background-color: #f2f2f2;
  }
  h1, h2, h3 {
    color: 111;
  }
  input.btn {
      color: fff;
      background-color: #22119d;
      border-top: 2px solid #5443cf;
      border-left: 2px solid #5443cf;
      border-right: 2px solid #00006b;
      border-bottom: 2px solid #00006b;
  }
  input.right {
    float:right;
  }
  input.btn:active {
      background-color: #22119d;
      border-top:  2px solid #00006b;
      border-left:  2px solid #00006b;
      border-right: 2px solid #5443cf;
      border-bottom: 2px solid #5443cf;
  }
