fieldset {
  background-color: #eee;
  border: none;
}

#login {
  width:280px;
  margin: 0 auto;
}

input.textfield, input.password {
  font-size: 18px;
  padding:5px;
  width:210px;
  border:1px solid #ccc;
}

h1 {
  text-align: center;
}

label {
  font-weight: bold;
  color: #f39e1a;
}

#submit_button, .submit-buttons {
  margin-bottom:10px;
}

.form-item {
  margin: 10px 0;
}

table {
  table-layout: fixed;
}

table th {
  width: 200px;
}
