/* normalize all first */
* {padding: 0; margin: 0;}


/* TODO:

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, figcaption {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
fieldset, iframe {
    border: medium none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}
*/

img{border:0;}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;/*http://stackoverflow.com/questions/895904/select-inputs-and-text-inputs-in-html-best-way-to-make-equal-width*/
}



button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {padding: 0; border: none;}