body {
	font-family: Verdana;
	font-size: 12px;
}
#board {
	float: left;
	line-height: 1px;
}
#board img.cell {
	border: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
}
#spacer {
	float: left;
	width: 20px;
	height: 350px;
}
#panel input {
	text-align: center;
}
#panel #stepCount {
	border-width: 0px;
	text-align: left;
}
#panel img.sample {
	margin: 10px;
	cursor: pointer;
	cursor: hand;
}