/* RESET */
body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ol, ul, dl, dt, dd, pre, blockquote {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
img, fieldset {
	border-width: 0;
}
table {
	border-collapse: collapse;
}
hr {
	display: none;
}
sup {
	vertical-align: top;
}
:focus { /* Mozilla dotted-border fix */
	-moz-outline-style: none;
	outline: 0;
}