* {
    font-size: 100.01%;
}

:focus {
    outline: none 0 !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none 0;
	padding: 0;
} 

input, textarea {
	font: inherit;
}
textarea {
	resize: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

fieldset, img {
    border: 0;
	vertical-align: bottom;
}

address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

abbr, acronym {
    border: 0;
}