  body {
    font-family: sans-serif;
    font-size: 100%;
    padding: 0;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
  }
  p, li {
    text-align: justify;
  }
  fieldset p {
    margin: .25em 0;
  }
  p.tabme {
    text-align: left;
  }
  .tabme label {
    display:block;
    float: left;
  }
  .tab1 label {
    width: 5em;
  }
  .tab2 label {
    width: 10em;
  }
  .tab3 label {
    width: 15em;
  }
  .tabme input {
    float: left;
    margin-right: 1em;
  }
  .tabme br {
    clear: both;
  }
  .hashelp {
    position: relative;
  }
  .help.collapsed {
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 0;
    width: 0;
    height: 0;
    padding: 21px 21px 0 0;
    overflow: hidden;
    background-image: url('icons/help.jpg');
    background-position: right top;
    background-repeat: no-repeat;
  }
  .help.expanded {
    padding: .5em 45px .5em 1em;
    margin: .5em 0;
    border: 1px solid green;
    background-color: #D0FFD0;
    background-image: url('icons/close.png');
    background-position: right top;
    background-repeat: no-repeat;
  }
