div#waiting {
  display: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align:center;
}

p.wait-message {
  font: normal 20px sans-serif;
  color: #ff9b16;
}

div#errorbox {
  display: none;
  position: absolute;
  top: 180px;
  /* Hack IE */
  // top: 380px;
  left: 50%;
  width: 400px;
  margin-top: 20%;
  margin-left: -50px;
  border: 3px solid white;
  font: normal 14px sans-serif;
}

div.msgcc {
  width: 400px;
  margin: 10px 0px 10px 80px;
  padding: 5px;
  border: 3px solid black;
  font-weight: normal;
  background-color: #abc526;
}

p.att {
  margin: 0px 0px 5px 0px;
  text-align: center;
  padding: 5px;
  color: #000000;
  font-weight: bold;
  background-color: #ff9b16;
  border: 1px solid black;
}

div#errorbox-inner {
  padding: 8px;
  border: 1px solid black;
  background-color: #f0e8d0;
}

div#errorbox p {
  margin: 4px 0;
}

div#errorbox span {
  display: none;
}

div.box {
  margin: 14px 0;
}

div.box-header {
  float: right;
  background-color: white;
}

div.box-title {
  padding-left: 15px;
  font-weight: bold;
  background-color: black;
  color: white;
}

div.box-content {
  padding: 10px 0;
  border-bottom: 1px solid black;
}

table.green-tab, table.orange-tab, table.gray-tab {
  border-spacing: 0;
  white-space: nowrap;
}

td.green-tab, td.orange-tab, td.gray-tab {
  padding: 0 5px;
  font: bold 12px sans-serif;
  vertical-align: middle;
}

td.green-tab-round, td.orange-tab-round, td.gray-tab-round {
  width: 25px;
  padding: 0;
  text-align: left;
}

td.green-tab {
  background: url(../images/buttongreen-bg.png) repeat-x;
}

td.orange-tab {
  background: url(../images/buttonorange-bg.png) repeat-x;
}

td.gray-tab {
  background: url(../images/buttongray-bg.png) repeat-x;
}

dl.customerlogin-form,
dl.latestoffer-form,
dl.customerlogin-form dd,
dl.latestoffer-form dd {
  margin: 0;
  font-size: 10px;
}

dl.customerlogin-form dt {
  font-weight: bold;
}

dl.customerlogin-form input {
  width: 148px;
  border-width: 1px;
  font-size: xx-small;
  background-color: #DDDDDD;
}

dl.latestoffer-form input {
  width: 168px;
  border-width: 1px;
  font-size: xx-small;
  background-color: #DDDDDD;
}

div.customerlogin-buttons,
div.latestoffer-buttons {
  margin: 3px 0;
  text-align: right;
}

.orange-label {
  padding: 2px 8px;
  font: bold 10px sans-serif;
  text-decoration: none;
  background-color: #ff9b16;
}

.green-label {
  padding: 2px 8px;
  font: bold 10px sans-serif;
  text-decoration: none;
  background-color: #a6c226;
}

.button {
  cursor: pointer;
  cursor: hand; /* IE */
}

div.doc {
  margin: 2em;
}

p.doc-title1, p.doc-title2 {
  font: bold 16px sans-serif;
  text-align: center;
}

ul.doc-index {
  margin: 1em 3em;
  padding: 1em 0;
  border-bottom: 2px groove black;
  list-style-type: none;
}

li.doc-index {
  margin: 0;
  padding: 0;
}
  
li.doc-index a {
  color: black;
}

li.doc-index a:hover {
  color: #ff9b16;
}

ul.doc-chapters {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.doc-chapter {
  margin: 1em 0;
  padding: 0;
}

div.doc-chapter-title {
  font-weight: bold;
}

div.doc-chapter-content {
  margin-left: 1em;
  text-align: justify;
}

div.help-title {
  padding: 8px;
  font: bold 14px sans-serif;
  color: #ff9b16;
}

ul.help {
  margin: 0;
  padding: 1em;
  list-style: square inside;
}

ul.help li {
  margin: 1em 0;
}
