
#content table {
  width:            25em;
  margin:          1em auto;
  padding:           0.5em;
  background:      #fefefe;
  color:           #000000;
  border:          1px solid #dfdfdf;
  border-radius:     0.2em;
}

#content label {
  display:  inline-block;
  width:   8em;
}

#content .editbox {
  box-sizing:      border-box;
  width: 100%;
}

#content #message {
  color:  red;
  font-weight: bold;
  text-align:  center;
}

#content #sumbit {
  width:   6em;
}

