/*
 * $Id: cart.css,v 1.2 2004/10/21 19:18:43 feite Exp $
 *
 * $Log: cart.css,v $
 * Revision 1.2  2004/10/21 19:18:43  feite
 * Fixes to get style right on Win98/Mozilla, mostly font issues
 *
 * Revision 1.1  2004/10/19 14:40:57  feite
 * Initial version Touchwood
 *
*/
table.reporttable  {
  margin-left: auto;
  margin-right: auto;
  color: black;
  width: 600px;
  top: 40px;
  font-size: 8pt;
  border: 2px outset gray;
}

/*           
:focus { outline: thick solid black; }
:active { outline: thick solid red; }
*/


input {
  background-color: #cccccc;
  border: solid 1px;
  font-size: 9pt;
  font-weight: bold;
  font-family: sans-serif;
  color:#990000;
}

input.button {
  font-size: 8pt;
  font-weight:bold;
  border-style: solid;
  border-width: 1px;
}


