body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, button {
  margin: 0;
  padding: 0; }

a {
  color: black;
  text-decoration: none; }

button:focus, button:active {
  outline: none; }

input:focus::-moz-focus-inner {
  border-color: transparent; }

a:focus, a:active {
  outline: none; }

button {
  background: none;
  cursor: pointer; }

label {
  display: block; }

textarea {
  height: 100px;
  width: 100%; }

fieldset, img, button {
  border: 0; }

address, caption, cite, code, em, strong, th, button {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

dl, dd, dt {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, button {
  font-family: Arial,Helvetica,clean,sans-serif;
  font-size: 100%;
  font-weight: normal; }

body {
  font: 15px Arial,Helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

body * {
  line-height: 1.22em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

select, input, textarea {
  border: 1px solid #ACACAC;
  font: 99% Arial,Helvetica,clean,sans-serif;
  padding: 2px; }

pre, code {
  font: 115% monospace;
  *font-size: 100%; }

:root {
  overflow-y: scroll !important; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden; }
.clearfix {
  height: 1%;
  *display: inline-block; }
