*
{
	margin:0;
	padding:0;
}

body
{
	background:#669;
	text-align:center;
	margin:1em;
}

h1
{
	font-family:helvetica,sans-serif;
	color:white;
}

#instructions
{
	color:#ccc;
	border-bottom:.15em solid yellow;
	padding-bottom:1em;
}

form
{
	background:#ccc;
	font-family:tahoma, sans-serif;
	border:.15em outset #fff;
	width:20em;
	margin:2em auto;
	padding:1em;
}

#response
{
	color:#f00;
	margin-bottom:.5em;
}

label {}

input
{
	margin:0 .5em;
	width:8em;
}

button {height:1.66em}
