html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
img, fieldset {
	border: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body, select, input, textarea, button {
	font: 100%/1.2 Verdana, arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.8em;
}
h1 {
	font-size: 3.0em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p {
	padding: .2em 0 .7em;
}

label {
	cursor: pointer;
}


/* Commons */
div.abs {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
}
div.clear {
	clear: both;
}
