div.input {
	float: left;
}

input[type="submit"] {
	float: left;
	clear: both;
}

label {
	vertical-align: top;
}

div.output {
	float: left;
	background-color: grey;
}
