#typingTest {
	font-family: sans-serif;
	font-size: 10pt;
}
#typingTest h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14pt;
	color: #6688aa;
	margin-bottom: .5em;
}
#typingTest #instructions {
	float: left;
	width: 100%;
	margin-bottom: .5em;
	border: 1px solid #999999;
	padding: .5em 2% .8em 2%;
	background-color: #e0ecf6;
	color: #666666;
	position: relative;
	top: 0;
	z-index: 1;
}
	#typingTest #instructions h2 {
		font-size: 12pt;
		margin: 0 0 .5em 0;
		padding: 0;
		color: #336699;
	}
	#instructions p {
		margin: 0;
	}
#typingTest #testArea {
	float: left;
	width: 100%;
	border: 1px solid #999999;
	padding: .5em 2% .5em 2%;
	background-color: #ffffff;
	margin-bottom: 1em;
}
	#typingTest #testArea textarea {
		width: 100%;
		margin: 0;
		margin-bottom: .5em;
		border: 1px solid #999999;
	}
	#typingTest #testArea #controls {
		text-align: center;
	}
#typingTest form {
	margin: 0;
	padding: 0;
}
