#control {
	width: 400px;
}
#control input {
	float: right;
}
#control label {
	width: 350px;
	float: left;
	margin-bottom: 12px;
}
h2 {
	clear: both;
	padding-top: 30px;
}
hr {
	clear: both;
	margin-bottom: 10px;
}
.error {
	color: red;
}
