html {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */ }
q:before, q:after { content:''; }
h1, h2, h3, h4, h5, h6,
body, div, ul, ol, li, pre, code, input, textarea, p {
	margin:0px;
	padding:0px; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; display:inline }
table {
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0px; }
td {
	padding:0px;
	vertical-align:top }
input, textarea, select {
	margin:1px 0px;
	background-color:#eee;
	border-width:1px;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*font-size:100%; }
textarea { overflow:auto; }
input:hover, input:focus, textarea:hover, textarea:focus { background-color:#f3f3f3 }
input.button {
	/* for type="submit" class="button" */
	padding:0px 2px;
	background-color:#bbb; }
input.button:active {
	color:#333;
	border-style:inset; }
input.button:hover { color:#2d2d2d }
input.checkbox { border:none; background:none; }
pre, code, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%; }

ul { list-style:none; }

a img { border:none; }
form { margin:0px; }
