body {
	background-color: #fc9a04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

fieldset, th {
	background-color: #fcce84;
}

td {
	background-color: #fce6bc;
	width: 10em;
	border: 1px solid #fcce84;
}

input[type="text"] {
	width: 10em;
	height: 1em;
}

input[type="text"], select {
	margin: 0 0 0 0.5em;
}

#container {
	width: 600px;
	height: 300px;
}

.virhe {
	font-weight: bold;
	color: #fff;
	background-color: #b46a04;
}

div {
	padding: 1em 0 0 0;
}