body {
	width: 1402px;
}
#filloutstep {
	background: #ccffcc;
	color: #333;
	text-align: left;
	font-size: 14pt;
	padding: 10px;
	margin: 5px;
	border: 2px dashed #000;
	font-family: georgia, times, serif;
}
#filloutstep .number {
	font-size: 24pt;
	color: #888;
}
#filloutleft {
	width: 500px;
	float: left;
	background: #eee;
}
#filloutright {
	float: right;
	background: #fff;
	border-left: 2px solid #444;
}
