body {
	background-color: #fff;
	font: small Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333;
	font-size: large;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	text-shadow: #353e36 2px 2px 3px;
	text-align: center;
}

p {
	color: #6c7e6e;
	margin: 0;
	padding: 0;
	line-height: .9em;
}

form {
	margin: 1em 0 0 0;
}

form.success {
	margin-top: 2.5em;
}

fieldset {
	border: 0;
}

input {
	border: 1px solid #ddd;
	border-width: 1px 2px 2px 1px;
	font-size: x-large;
	color: inherit;
}

input:focus {
	border-color: #aaa;
}

input.small {
	width: 1.5em;
}

.error {
	color: #cc0000;
}

form sub {
	font-size: x-large;
}

/*input.submit {
	display: block;
	margin: 1em 0;
}*/

#container {
	margin-top: 4em;
}