body#special div#pagetitle h2 {
  background: url("../images/special/pagetitle.jpg") no-repeat 0 0;
}
body#special div.section .required {
  color: #ff0000;
}
body#special div.section table.list tbody tr th {
  color: #ffffff;
}
body#special div.section table.list tbody tr.roasted th {
  background-color: #3f7226;
}
body#special div.section table.list tbody tr.black th {
  background-color: #722626;
}
body#special div.section table.list tbody tr.oolong th {
  background-color: #996633;
}
body#special div.section table.list tbody tr.coarse th {
  background-color: #657226;
}
body#special div.section table.deliv tbody tr th, body#special div.section table.deliv tbody tr td {
  padding: 0.8em 0.5em;
}
body#special div.section div.notice {
  padding: 1em;
  font-size: 120%;
  text-align: center;
  background-color: #ccb43d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
