/* $Id: account.css 3661 2009-09-10 13:21:41Z ppierre $ */
/*  border: 1px solid #000000; */

/* ==========================
 *          C-User
 * ========================== */

.accntColMain { padding: 1px 1em 1em 1em; color: black; }

.accntInfo    { padding-bottom: 1em; margin-bottom: 2em; border-bottom: 1px solid #000000; }

.accntItem        { margin-bottom: .5em; font-size: small; }
.accntItem label  { float: left; width: 17em; font-weight: bold; }
.accntItem input  { margin: 0 .5ex 0 0; }
.accntItem div    { font-weight: bold; }
.accntItem ul     { margin-top: .5ex; list-style-type: none; }
.accntItem span   { margin-right: 2ex; }
.accntItem .help  { display: block;  margin-left: 17em; }
.accntItem .help span { font-family: sans-serif; font-size: xx-small; font-weight: normal; color: #707070; }

strong { color: #ff9900; font-weight: bold; }

.accntCNIL { color: #999999; font-size: xx-small; }

.accntBack {
  padding: .1ex 1ex .1ex 1ex;
  background-color: #e4e4e4;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.accntBack a         { text-decoration: none; color: #707070; font-size: small; }
.accntBack a:visited { text-decoration: none; color: #707070; }
.accntBack a:hover   { text-decoration: none; color: #993333; }

