/* CSS Document */

/* `XHTML, HTML4, HTML5 Reset
--------------------------------- */

form, table {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
    border: none;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

