table.izistat {
  margin: 0px;
  border: 0px solid red;
  border-spacing:2px
  }

td.izistat,th.izistat {
  margin: 0px;
  padding: 0px 5px;
  border-spacing:0px;
  vertical-align: top;
  text-align: left;
  letter-spacing:.1em;
  }

td.izistat  {
  border-top: 1px solid #444;
  font-size: x-small;
  font-weight: normal;
  }

th.izistat  {
  font-size: x-small;
  font-weight: 900;
  }

input.searchbutton  {
  background: #262626 url('magnify_small.png') no-repeat;
  background: #262626 url('navLink.png') repeat;
  color: #FFF;
  width: auto; height: 21px;
  vertical-align: bottom;
  border: 0px solid #555;
  margin: 0px;
  padding: 0px 10px 0px 10px; /* 4th value increase with width size of small picture if used. */
  cursor:hand; cursor:pointer;
  }

input:focus.searchbutton  {
  background: #383838 url('magnify_small.png') no-repeat;
  background: #383838 url('navLinkHover.png') repeat;
  }

input:hover.searchbutton  {
  color: #FDFCDC;
  background: #383838 url('magnify_small.png') no-repeat;
  background: #383838 url('navLinkHover.png') repeat;
  }

input.izistat,textarea.izistat  {
  background: #333 url('input-bg.png');
  color: #AAA;
  height: 18px;
  border: 1px solid #555;
  margin: 0px;
  padding: 0px 10px;
  }

input.izistat:focus,textarea.izistat:focus {
  background: #444 url('input-bg.png');
  border: 1px solid #666;
  }