html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, li, dd, blockquote, img {
    margin: 0;
    padding: 0;
}

/* Misc.*/
form label {
    cursor: pointer;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
}
img, fieldset {
	border: none;
}