body { overflow: -moz-scrollbars-vertical; }

div#errors div.validation_error {
  padding: 15px;
  background-color: #fccc9b;
}

div#orders {
  width: 785px;
}

table#show_orders {
  border: 1px solid #ccc;
}

table#show_orders a:link, table#show_orders a:visited, table#show_orders a:hover, 
  table#show_orders a:active { color: #bc4300; text-decoration: underline; }

table#show_orders th {
  font-size: x-small;
  background-color: #ccc;
  padding: 2px;
}

table#show_orders tr.comments {
  background-color: #f0f0f0;
  border-bottom: 1px solid #999;
}

table#show_orders td.spacer { 
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #999; 
}