/***********************************************/
/* Sets defaults that work on all browsers
/***********************************************/

/***********************************************/
/* General
/***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cit, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

p, caption, th, td {
  text-align: left;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}

tr {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/***********************************************/
/* Fonts
/***********************************************/

body, select, input, textarea {
  font: 13px Arial,sans-serif;
}

caption, cite, code {
  font-style: normal;
  font-weight: normal;
}

em {
  font-style: italic;
  font-weight: normal;
}

th, strong {
  font-style: normal;
  font-weight: bold;
}

pre, code {
  font: 115% monospace;
  *font-size: 100%;
}

/***********************************************/
/* Input fields
/***********************************************/

input.text, input.password, .textarea {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 3px;
  padding-left: 1px;
  border-style: solid;
  border-width: 1px;
}

input.button, input.submit {
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin: 0px;
}

input.radio {
  padding: 0px;
  margin: 0px;
}

/* Remove additional spacing from IE buttons */
* html input.button, input.submit {
  overflow: visible;
}
