* { margin: 0; padding: 0; }

body {
	background: #d3d7cf url('bg.png') no-repeat top center;
	color: #2e3436;
	font: 1em/1.5em serif;
	margin: 1.5em auto 3em auto;
	width: 17em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
}

	h1 a {
		color: #888a85;
		display: block;
		text-decoration: none;
	}

	h1 strong {
		color: #3465a4;
		font-weight: bold;
	}

p {
}

fieldset {
	border: 0;
	border-bottom: thin solid #888a85;
	border-top: thin solid #888a85;
	margin: 0.75em 0;
	padding: 0 0.75em;
}

	fieldset legend {
		padding: 0 0.75em;
	}

	fieldset ol {
		list-style: none;
	}

	fieldset li {
		background: #eeeeec;
		height: 3em;
		margin: 0.75em -0.75em;
		position: relative;
	}

	fieldset label {
		display: block;
		font-weight: bold;
		line-height: 3em;
		padding: 0 0.75em;
	}

	fieldset input {
		background: transparent;
		border: 0;
		display: block;
		font: inherit;
		height: 100%;
		left: 0;
		outline: thin solid #babdb6;
		position: absolute;
		top: 0;
		width: 100%;
	}

	fieldset input:hover {
		outline: thin solid #edd400;
	}

	fieldset input:focus {
		outline: thin solid #3465a4;
	}

	fieldset input[type=text],
	fieldset input[type=password] {
		font-weight: normal;
		height: 2.25em;
		line-height: 1em;
		padding: 0.75em 0.75em 0 7em;
		width: 9.25em;
	}

	fieldset input[type=submit] {
		cursor: pointer;
		font-weight: bold;
		text-align: center;
	}

#table {
	background: #2e3436;
	color: #eeeeec;
	left: 0;
	opacity: 0.9;
	padding: 1.5em;
	position: absolute;
	top: 0;
	width: 100%;
}

	#table th {
		cursor: pointer;
		font-weight: bold;
	}

ul {
	list-style: none;
	text-align: center;
}

	ul li {
		display: inline;
	}

	ul li:before {
		content: '\b7';
	}

	ul li:first-child:before {
		content: '';
	}

	ul a {
		color: #2e3436;
		text-decoration: none;
	}