@charset "UTF-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 100%;
	list-style: none;
	-webkit-text-size-adjust: 100%;
	margin: auto;
}
body {
	font-family: sans-serif;
	font-size: 14px;
}
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
h1 {
	font-size: 12px;
}
input[type='text'], input[type='password'] {
	-webkit-appearance: none;
	font-size: 16px;
	padding: 6px;
	border-radius: 4px;
	padding: 6px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
input[type='button'], input[type='submit'] {
	-webkit-appearance: none;
	padding: 8px 12px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #fff;
	display: inline-block;
	font-weight: bold;
}
#header {
	background: #987;
	color: #fff;
}
#header a {
	color: #fff;
}
#header td {
	text-align: center;
	padding: 10px;
}
#header .nav {
	width: 50px;
}