body {
	background: #efe5d0 url(cardboard_bg.jpg) top left;
	margin: 20px;
}

form {
	display: table;
	padding: 10px;
	border-style: groove;
	border-width: 5px;
	border-color: red;
	background-color: #e1ceb8;
}

div.tableRow {
	display: table-row;
}

div.tableRow > p, div.tableRow > label, div.tableRow > input {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}
div.tableRow label:first-child {
	text-align: right;
}
form textarea {
	display: table-cell;
	width: 500px;
	height: 200px;
}
legend {
	font-weight: bold;
}
