html, body {
  background: #242424 url('body.gif');
  padding: 0;
  margin: 0;
  color: #D0D0D0;
}
body { padding: 0 5px; }
hr { color: #1c1c1c; }
* { font-family: Verdana, Arial, Helvetica, sans-serif; }
* { font-size: 11px; }
a, a:visited { color: #2370b6; text-decoration: none; }
a:hover		{ text-decoration: underline; }
form { display: inline; padding: 0; margin: 0; }

textarea, input, select, button {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #222222;
  color: #d0d0d0;
  border: 1px solid black;
}
.main {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #000;
  width: 1000px;
  margin: auto;
}
.content {
  background-color: #191919;
  padding: 10px;
}
.box  {
  border: solid 1px #000000;
}
.boxheader {
  background: #2C2C2C url('cathead.gif') top left repeat-x;
  height: 18px;
  padding: 0 3px;
  border-left: solid 1px #303030;
  border-right: solid 1px #121212;
  border-top: solid 1px #2C2C2C;
  border-bottom: solid 1px #131313;
  text-align: center;
  padding-top: 4px;
  font-weight: bold;
  color: #dddddd;
  font-size: 11px;
}
.boxcontent {
  border-left: solid 1px #303030;
  border-right: solid 1px #121212;
  border-top: solid 1px #2C2C2C;
  border-bottom: solid 1px #131313;
  background-image: url("cell.gif");
  background-repeat: repeat-x;
  background-color: #272727;
  font-size: 11px;
}
