.formfield{
  width:100%;
}
label {
 display:inline;
}

     /* Junk Nucleus Needs */
      
      .commentform .formfield, .commentform .formbutton, .loginform .formbutton {
        display: block;
      }
      
      /* Basic classes */
      .hidden {
        display: none;
      }
      .centerize {
        text-align: center;
      }
      .clearing {
        width: 704px;
        height: 0;
        clear: both;
      }
