  body {
    background-color: white; //#e7e7e7;
  }
  /*input[type=submit] {
    background-color: #ece5d3;
  }*/
  input[type=text] {
    background-color: #f5f2e9;
    width: 17em;
  }
  tr.dualfield input[type=text] {
    width: 8.3em;
  }
  td {
    white-space: nowrap;
  }
  .nowrap { 
    white-space : nowrap;
  }
  label {
    cursor: pointer;
  }
  input[type=radio] {
    cursor: pointer;
  }
  input[type=checkbox] {
    cursor: pointer;
  }
