/*******************************************************************************
 *
 *  Copyright © 2011-2012 Hewlett-Packard Development Company, L.P. 
 *
 *  This work is distributed under the W3C® Software License [1] 
 *  in the hope that it will be useful, but WITHOUT ANY 
 *  WARRANTY; without even the implied warranty of 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 *
 *  [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 
 *
 ******************************************************************************/


table {
  border-collapse: collapse;
}

tr > th {
  text-align: right;
  font-weight: normal;
  padding-left: 0.5em;
}
tr > td {
  padding-right: 0.5em;
}

p.error, tr.error th {
  color: red;
}

tr.error {
  background: #ff8;
}

.warning {
  background: red;
  padding: .25em 1em;
  color: white;
}

.forgot {
  font-size: smaller;
}