
  a {outline:0;}

  .reqd { background-color    : #ffe8e8;
          background-image    : url('/images/Reqd.gif');
          background-repeat   : no-repeat;
          background-position : center;
          border-style        : inset;
          border-width        : 2px;
          border-color        : #CCcccc;
          outline             : none;
          margin              : 4px;
          font                : 400 14px Arial;
        }

  .notreqd {
          margin            : 4px;
          background-color  : #ffffff;
          border-style      : inset;
          border-width      : 2px;
          border-color      : #CCCCCC;
          outline           : none;
          font              : 400 14px Arial;

         }

  input.glow:focus {
          margin              : 3px;
          background-color    : #ffffff;
          border-style        : solid;
          border-width        : 3px;
          border-color        : #09f;
          border-image        : none;
          -webkit-appearance  : none;
          font                : 400 14px Arial;
          outline             : none;
        }
        
  select.glow:focus {
          margin            : 3px;
          background-color  : ffffff;
          border-style      : solid;
          border-width      : 3px;
          border-color      : #09f;
          border-image      : none;
          font              : 400 14px Arial;
          outline           : none;
        }
