#pixelate .pixel_on {
  background: #eee;
}
#pixelate .pixel_state_1 {
  background: #ff910f;
}
#pixelate .pixel_state_2 {
  background: #ffae4f;
}
#pixelate .pixel_state_3 {
  background: #ffcb8f;
}
#pixelate .pixel_state_4 {
  background: #ffe2bf;
}
#pixelate .pixel_state_error {
  background: #c22;
}
#pixelate #key dl dt {
  display: inline;
  margin: 0 1px;
  padding: 0 7px;
}
#pixelate #key dl dd {
  display: inline;
  margin: 0 0.6em;
}
#pixelate form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: bottom;
}
#pixelate form label {
  display: block;
}
#pixelate form input,
#pixelate form select {
  background: #1e1e1e;
  color: #fefefe;
}
#pixelate h3 {
  font-size: 120%;
}
#pixelate .notice {
  font-weight: bold;
  color: darkkhaki;
}
#pixelate .error {
  color: red;
}
#pixelate table {
  margin-left: 4px;
  margin-top: 0.3em;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border: 2px solid #0d0;
}
#pixelate table td {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 15px;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 1px solid green;
}
#pixelate table td a:link,
#pixelate table td a:visited,
#pixelate table td a:hover,
#pixelate table td a:active {
  display: block;
  width: 16px;
  height: 15px;
  cursor: crosshair;
}
#pixelate table td a:hover {
  background: #696;
}
#pixelate #gallery,
#pixelate #key,
#pixelate #actions {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: #181818;
  border: 1px solid #333;
}
#pixelate #gallery h3,
#pixelate #key h3,
#pixelate #actions h3 {
  margin-top: 0;
  font-size: 140%;
}
#pixelate #gallery ul {
  padding-left: 2.4em;
  list-style: decimal;
}
