h3 {
  background: url('/img/bck_detail_table.gif') 0 0 no-repeat;
  width: 440px;
  height: 20px;
  padding: 5px 10px;
  font-size: 100%;
  margin: 20px 0 0 0; 
  }
table {
  border-collapse: collapse;
  border: none;
  width: 460px;
  margin: 0;
  }
table th,
table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 90%;
  }
table th {
  font-weight: bold;
  }