input.submit {
     background-color: #425a89; 
     font-weight: normal; 
     font-size: 11px; 
     color: white;
     width: 64px; 
     height: 18px;
     border: 1px solid #738fbf;
   }
   
input.reset {
     background-color: #425a89; 
     font-weight: normal; 
     font-size: 11px; 
     color: white;
     width: 40px; 
     height: 18px;
     border: 1px solid #738fbf;
   }
   
input.blue {
   background-color: #e6e6e6; 
   font-weight: normal;
   font-size: 11px;
   color: black;
   border: 1px solid #425a89;
   }
   
textarea.lightblue {
   background-color: #e6e6e6;
   font-weight: normal;
   font-size: 11px;
   color: black;
   border: 1px solid #425a89;
   }
   
label { 
   position: absolute; 
   text-align: left; 
   background-color: transparent; 
   color: #000080;
   }
   
   input.spam {
   /*visibility: hidden;*/
   background-color: #e6e6e6; 
   font-weight: normal;
   font-size: 11px;
   color: black;
   border: 1px solid #425a89;
   }