body {
  background-color: #fff;
}
body, p, li, dt, dd,  th, td, input, select, textarea, input, select, textarea {
  font-family: 'Lucida Grande', Helvetica, Verdana;
  color: #333;
}
form {
  width: auto;
}
button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
img {
  /* vertical-align: text-top; */
}
td, th {
  text-align: left;
}
ul {
  list-style-type: none;
}
input, select, textarea {
  border: 1px solid #ccc;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
pre {
  background-color: #eee;
  padding: 1em;
  font-size: 10px;
  line-height: 1.1em;
}
#error_404 {
  margin: 1em;
  border: 1px solid #555;
  -moz-border-radius: 8px;
  padding: 1em;
}
#error_404 h1 {
  font-size: 26pt;
  margin-bottom: 0.25em;
}
#error_404 p {
  color: #999;
}
#error_404 a {
  color: #448ccb;
}