fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #222;
}
legend {
	margin-left: 1em;
	color: #fff;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset li.button {
	padding-left: 11em;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
input.text {
	width: 14em;
}
