/*
   Resets CSS merged from:
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   http://kurafire.net/log/archive/2005/07/26/starting-css-revisited
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
p, ul, ol {
	margin: 0 0 1em;
}
li, dd, blockquote {
	margin-left: 1.6em;
}
button, input[type='submit'], input[type='image'] {
	cursor: pointer;
}
input, textarea, button {
	font-family:inherit;
}
input, select, textarea {
	font-size: 100%;
	width:auto;
}
fieldset {
	border:0;
	padding:0;
	margin:0;
}
sup, sub {
	position: relative;
	font-size: smaller;
	vertical-align: baseline;
}
sup {
	bottom: .4em;
}
sub {
	top: .4em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
