
body, h1, h2, h3, h4, p, ol, ul, li, dl, dt, dd, table, th, td,
form, input, textarea, select {
	margin: 0;
	padding: 0;
	font: 14px/1.4em Arial,sans-serif;
	color: #333;
	vertical-align: middle;
}

ol, ul { list-style-type: none; }

input[type=submit], input[type=button], input[type=reset], input[type=file] {
	padding: 0 1em;
	height: 2em;
}

input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner, input[type=file]::-moz-focus-inner { border: 0; }


