body {
	text-align: center;
}

#container {
	width: 270px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 90px;
	border-bottom: 1px solid #ccc;
}

	#header h1 {
		position: relative;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: normal;
		font-size: 500%;
		color: #4C6339;
	}

		#header h1 a {
		}

form {
	margin: 0;
	padding: 0;
}

	form fieldset {
		border: none;
		margin-top: 20px;
		padding: 0;
	}

		form fieldset ol {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			form fieldset ol li {
				margin-bottom: 10px;
			}

				form fieldset ol li label {
					display: block;
					text-transform: uppercase;
					font-size: 70%;
					color: #999;
				}

				form fieldset ol li input {
					width: 100%;
					font-size: 100%;
					padding: 5px;
				}

				form fieldset ol li input.button {
					margin-right: 0;
					width: auto;
				}

p {
	font-size: 70%;
	color: #999;
	text-align: left;
}