body {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 1000px 0;
}

.hilite {
	background-color: #ffc;
}

h1 {
	font-size: 3.5em;
}

h1 .hilite {
	padding: 0 .1em;
	margin: 0 -.1em;
}

#header img {
	float: right;
	margin-top: -.1em;
}

h2 {
	font-size: 2.5em;
	color: #666;
	margin-bottom: .3em;
}

textarea, input.text {
	display: block;
	width: 100%;
}

textarea {
	height: 150px;
}

input.text {
	height: 25px;
	margin-bottom: 16.7px;
}

input.text.last {
	margin-bottom: 0;
}

.feature.last div {
	text-align: center;
}

p {
	margin-top: 1em;
	font-size: 1.5em;
}

#footer {
	text-align: right;
}

.error {
	text-align: center;
}

span.msie, span.mozilla, span.opera, span.safari {
	display: none;
}

html.msie span.msie, html.mozilla span.mozilla, html.opera span.opera, html.safari span.safari {
	display: inline;
}