/* reset by Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;	border: 0; outline: 0;
}

a { text-decoration: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a { color: inherit; }

.clr { display: block; float: none; clear: both; }
.hidden { display: none; }
.pointer{ cursor: pointer; }

input, input[type=submit] { vertical-align: middle;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ie-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}