div#page {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 2px;
  margin: 0px auto;
  width: 800;
  overflow: auto;
  height: 88%;
  background: #f0f0f0 url("./images/design/eggroll.png") no-repeat bottom left;
  border: 1px solid #000000;
  text-align: center;
}
div#margin {
  position: relative;
  text-align: right;
}
div#section {
  position: relative;
  overflow: auto;
  height: 100%;
  background: #f0f0f0 url("./images/design/springroll.png") no-repeat bottom right;
  text-align: center;
}
div#chuska {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body {
  margin: 0px;
  height: 100%;
  background: #6a2c2c url("./images/design/flame.png") no-repeat bottom right;
  color: #000000;
  font-family: Lucida Sans Unicode;
  font-size: 12px;
}
td {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px;
  color: #000000;
  font-size: 12px;
  padding: 0px;
}
td.highlight {
  background-color: #6a2c2c;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 2px;
}
td.label {
  color: #606060;
}
td.container {
  border: 1px solid #6a2c2c;
}
td.list {
  border-bottom: 1px solid #e0e0e0;
}
td.separator {
  height: 1px;
  background: #6a2c2c;
}
a {
  color: #9a0000;
  text-decoration: none;
}
a.highlight {
  color: #f7a825;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input {
  border: 1px solid #808080;
  background-color: #f0f0f0;
  color: #000000;
  margin: 0px;
  padding: 1px;
  font-family: Lucida, Sans-serif;
  font-size: 12px;
}
input.label {
  border: 0;
}
select {
  border: 0;
}
textarea {
  border: 1px solid #808080;
  background-color: #f0f0f0;
  color: #000000;
  margin: 0px;
  padding: 1px;
  font-family: Lucida, Sans-serif;
  font-size: 12px;
}
input:focus, textarea:focus {
  border: 1px solid #000000;
  background-color: #6a2c2c;
  color: #ffffff;
}
select[name=group] {
  width: 100%;
  overflow: auto;
}
p {
  margin: 1em;
}
@media print {
  .screen {
    display: none;
  }
  body {
    margin: 0px;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: Lucida, Sans-serif;
    font-size: 12px;
  }
}
