body, table, form, p {
      padding: 0;
      margin: 0;
      border: 0;
      font-family: arial;
      font-size: 12pt;
      color: white;
    }
    body {
      background: url(bg-body-1.gif) repeat-x;
    }
    img {
      border: 0;
      margin: 0;
      padding: 0;
    }
    p {
      margin-bottom: 6px;
    }
    .text, .textarea, select {
      font-size: 24pt;
      height: 38px; 
      border: 0;
      padding: 3px;
      width: 344px;
    }
    select {
      font-size: 18pt;
    }
    .textarea {
      height: 85px;
      font-size: 10pt;
    }
    label {
      padding-left: 10px;
      padding-top: 15px;
      padding-bottom: 4px;
      display: block;
    }
    .p {
      font-size: 11pt;
      line-height: 16pt;
      margin-bottom: 10px;
    }
    .b {
      color: #555555;
      font-size: 10.5pt;
      line-height: 15pt;
      margin-bottom: 14px;
    }
    
    form small {
      display: inline !important;
      font-size: 10px;
      color: Silver;
      line-height: 10px !important;
    }
