body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	background-color: #d4d361;
}

#content {
	width: 500px;
	margin: 0px auto 20px auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

h1 {
	margin: 0px 0px 30px 0px;
	width: 500px;
	height: 249px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

h1 span {
	margin-left: -3000px;
}

h2 {
	font-size: 1.8em;
	line-height: 130%;
	padding-top: .5em;
	margin-top: 2em;
	border-top: 5px solid #c00;
	color: #c00;
	font-weight: 900;
	clear: both;
}

p, ul {
	font-size: 1.2em;
	line-height: 140%;
	clear: both;
}

label {
	display: block;
	width: 120px;
	margin-right: 20px;
	float: left;
}

label.notspecial {
	display: inline;
	width: auto;
	margin-right: auto;
	float: none;
}

.textinput {
	width: 250px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #eee;
}