
/* styling of commentbox entries */

.messagehead, .journalhead { 
			margin:-1px 0;
			padding:3px 0 0 3px;
			border:1px solid #999;
			}
.messageitem, .journalitem, .diaryitem {
			margin:0;
			padding:3px;
			border:1px solid #999;
			}
.messagehead { background:#e5e5ff; }
.messageitem { background:#eef; }
.journalhead { background:#ffb; }
.journalitem { background:#ffc; }
.diaryitem   { background:#ffc;
			   margin-top:-1px;}

.commentbutton { margin:0 0 0 5px; 
				padding:0 3px; }
.commenttext { width:100%; 
			   margin:0 0 3px 0 }

