body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}
a:hover { color: #f00; }

td {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

table.cardinput td input { }

.border-rcell {
  border: 1px solid #666;
}

/*
td.border-lcell {
  border-right: 1px solid #333;
}
td.border-bot-lcell {
  height: 15px;
}
*/
td.border-bot-rcell {
  text-align: center;
}

p.err {
  font-weight: bold;
  background-color: #fcc;
  color: #900;
  text-align: center;
}

.hr { border-bottom: 1px solid #999; font-size: 0; }

