body { 
  background-color: #222;
  color: #eee;
  font-family: Georgia, serif;
  font-size: 11pt
}

.mainblock {
  border: 1px solid #777;
  width: 480px;
  height: 520px;
  padding: 0 8px 0 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -300px;
  overflow: auto
}

h2 {
  color: #d9eeca
}

p {
  padding: 0 0 0 4px 
}

.warning {
  color: #eecaca
}

.textbox, .button, .list {
  background-color: #444;
  color: #eee;
  border: 1px solid #777;
  font-family: Georgia, serif;
  font-size: 12pt
}

.textbox:hover, .button:hover, .list:hover {
  background-color: #555
}

.nb {
  vertical-align: bottom;
}

.header {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -250px;
  font-size: 11pt;
  width: 500px
}

.footer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 222px;
  margin-left: -250px;
  font-size: 11pt;
  width: 500px
}

.poorme_f {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 242px;
  margin-left: -350px;
  font-size: 11pt
}

.poorme_l {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -380px;
  font-size: 11pt
}

.poorme_r {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: 256px;
  font-size: 11pt
}

a {
  color: #caeeee;
  text-decoration: none
}

a:hover {
  color: #eee
}