.columnwrapper {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.column-left {
	width: 550px;
	float: left;
	height: 400px;
}

.column-right {
	width: 300px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-left: 1em;
	border-left: 1px solid #CCC;
}

#results {
	background: #fff;
	margin-top: 2em;
	border: solid 1px #DDD;
	padding: 1em;
}

#flash {
	display: block;
	width: 550px;
	height: 400px;
	margin-top: 0;
}

ol {}
li {}

a#runtest:link, a#runtest:visited {
	display: block;
	padding: .5em;
	background: #DDD;
	color: #333;
	font-size: small;
	text-align: center;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a#runtest:hover, a#runtest:visited:hover {
	background: #BBB;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
}

a#runtest:active {
	color: #FFF;
	background: #333;
}

