html, body {
  height:100%;
  font-size:100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, li, dd, table {
  margin:0;
}
html, body, ul, ol, form, table {
  padding:0;
}
table {
  font-size:100%;
}
img {
  border:none;
}
form {
  padding:0; 
  margin:0;
}
input, select {
  font-size:100%;
}
textarea {
  overflow:auto;
  font-size:100%;
}
.submit {
  cursor:pointer;
}
.cleaner {
  font-size:1px;
  height:1px;
  clear:both;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.hidden {
  position:absolute;
  left:-10000px;
  height:0;
  font-size:0;
}
