#navigation {
  width: 100%;
  text-align: center;
  margin: 0;
}
#navigation li {
  display: inline;
  width: 20em;
}
#navigation a {
	cursor: pointer;
}

#errorExplanation {
  margin: auto;
  width: 400px;
}

table.form {
  margin: auto;
	text-align: left;
}

table.form tr.evenRow {
	background-color: #ddd;
}

table.form td {
  border: 0;
}

table.form .field_label,
table.form .field_value {
	width: 40%;
}

table.form .field_description {
	width: 20%;
}

table.form * input[type=text],
table.form * textarea {
  .width: 30%;
	width: 80%;
}

table.form * textarea {
  height: 150px;
}

table.form * td.field_description {
	font-size: 80%;
}

table.form * .required {
  color: #901a1a;
  font-weight: bold;
}

tr.form_buttons td {
  text-align: center;
}

table.form tr.form_buttons * input {
  width: 120px;
}

