@CHARSET "ISO-8859-1";

body {
	background-color: #e0e0e0;
}

div.main {
	text-align: center;
}

div.message {
  color: red;
}

table.menu {
  background-color: #f0f0f0;
  margin: auto;
}

table.menu td {
	border-left: solid black 1px;
	border-right: solid black 1px;
	padding: 3px;
}

table.edit {
	border: 2px;
	background-color: #f0f0f0;
	margin: auto;
}

table.edit td {
	border-bottom: solid #c0c0c0 1px;
}

td.input_cell {
	text-align: left;
}

td.label_cell {
	text-align: right;
}

td.hint_cell {
	text-align: left;
}

div.error-message {
	color: red;
	font-weight: bolder;
}
