/* styling of commentbox entries */

.commentdate { float:right;
               xmargin:0 3em;  }

.commenthead  { xtext-align:right;
			margin:1em 3em 0 3em;
			padding:0 0 0 3px;
			border:none;
			border-bottom:1px dotted #999;
			}
.commentitem {
			margin:0 3em;
			padding:3px;
			border:none;
			border-bottom:1px solid #999;
			}
.commenthead { background:#fff; }
.commentitem { background:#fff; }

#content .commentdate  { color:#666; }
#content .commenthead  { color:#666; }
