span.label {
	display: block;
	margin-bottom: 5px;
	width: 100px;
	float: left;
}

div.row {
	clear: left;
}

input.text-box {
	width: 200px;
}

input.checkbox {
	border: none;
}

p.error {
	color: red;
}

h2, h3 {
	clear: left;
	margin-top: 8px;
	margin-bottom: 16px;
}