* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #e5e7d3;
	color: #4f4f4f;
	font: 13px/1 Arial, sans-serif;
}

h2,
h3,
h4 {
	line-height: 2;
}

h2 {
	font-size: 1.385em;

}

h3 {
	font-size: 1.231em;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
}

a:link,
a:visited,
a:active {
	color: #873355;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	max-width: 987px;
	padding: 0 8px;
}

header {
	background-color: #bdbaa8;
	height: 34px;
	line-height: 34px;
}

header h1 {
	color: #fff;
	float: left;
	font-size: 1.846em;
	font-variant: small-caps;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline;
	margin-left: 13px;
}

.hook {
	display: block;
	margin: 13px 0;
}

textarea,
input,
select {
	background-color: #fff;
	color: inherit;
	outline: none;
}

input,
select {
	height: 34px;
}

input[type="button"],
input[type="reset"] {
	cursor: pointer;
	padding: 0 8px;
}

select {
	cursor: pointer;
	width: 144px;
}

.io textarea {
	min-height: 233px;
	min-width: 100%;
	resize: both;
}

.io input[type="text"],
.io input[type="password"] {
	padding: 0 3px;
	width: 100%;
}

#pw {
	display: table;
	width: 100%;
}

#pw span,
#pw input[type="button"] {
	display: table-cell;
}

#pw span {
	width: 100%;
}

input[type="button"]:hover,
input[type="reset"]:hover {
	color: #000;
}

footer {
	font-size: .846em;
	text-align: center;
}

#error {
	background-color: #fcc;
	border: 1px solid #f88;
	color: #800;
	margin: 13px 0;
	padding: 13px 8px;
}

#error:empty {
	display: none;
}
