img.ecard          { border: 1px solid black; }
p.ecard            { text-align: center; }
img.ecardthn       { border: 3px solid #AF167E; }
img.ecardthn:hover { border: 3px solid #672857; }
input              { width: 20em; }
input[name="reset"],
input[name="submit"],
button             { font-size: 80%; width: 15em; }
legend             { font-weight: bold; }

div#eCardList table { border-spacing: 2em; }
div#eCardList td    { text-align: center; }

div#eCardList h2   { clear: both; }

div#eCardEdit div#eCardFrom { margin-top: 1ex; margin-bottom: 1ex; float: left; }
div#eCardEdit div#eCardTo   { margin-top: 1ex; margin-bottom: 1ex; float: right; }

div#eCardView div#eCardFrom { text-align: center; }
div#eCardView div#eCardTo   { text-align: center; }
div#eCardView #eCardOpt fieldset { border: 0; }

div#eCardText               { margin-top: 2ex; margin-bottom: 1ex; clear: both; text-align: center; }

/* div#eCardText legend   { display: none; border: 0; text-align: left; } */
/* div#eCardText fieldset { border: 0; padding: 0; } */

/***** Buttons *****/
div#eCardForm { text-align: center; margin-top: 2ex; }
div#eCardForm fieldset { border: 0; }
/* .desc  { font-family: serif; font-weight: bold; color: blue; } */
/* .field { background-color: aqua; } */
/* .area  { background-color: silver; } */
.formErr { color: red; }
.dbErr   { color: red; }
input[disabled="disabled"]    { color: brown; }
textarea[disabled="disabled"] { color: brown; }

