
  input {
     font-family: helvetica, arial, verdana;
     font-size: 10px;
     border: 1px solid rgb(0,0,0);
     background-color: transparent;
     color: rgb(0,0,0);
     border-left: 1 groove rgb(100,100,100);
     border-right: 1 groove rgb(50,50,50);
     border-top: 1 groove rgb(100,100,100);
     border: bottom: 1 groove rgb(50,50,50);
     width: 180px;
  }
  select {
     font-family: helvetica, arial, verdana;
     font-size: 10px;
     border: 1px solid rgb(0,0,0);
     background-color: rgb(255,255,255);
     color: rgb(0,0,0);
     border-left: 1 groove rgb(100,100,100);
     border-right: 1 groove rgb(50,50,50);
     border-top: 1 groove rgb(100,100,100);
     border: bottom: 1 groove rgb(50,50,50);
     width: 180px;
  }
  textarea {
     border: 1px solid rgb(0,0,0);
     background-color: transparent;
     font-family: helvetica, arial, verdana;
     font-size: 10px;
     color: rgb(0,0,0);
     width: 180px;
     height: 70px;
     border-left: 1 groove rgb(100,100,100);
     border-right: 1 groove rgb(50,50,50);
     border-top: 1 groove rgb(100,100,100);
     border: bottom: 1 groove rgb(50,50,50);
  }
