/* CSS to make a form submit button look like a link*/

  .submitLink {
   color: #993399;
   font-weight:bold;
   background-color: transparent;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
