
  .div-table {
    display: table;         
    width: 20%;             
    border: 1px solid #666666;         
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
    text-align: center;
  }
  .div-table-row {
    display: table-row;
    width: auto;
    clear: both;
  }
  .div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;         
    width: 100px;          
  }