 
/* styling of commentbox entries */

.messagehead, .journalhead { 
margin:10px;
padding:0;
border:0;
border-top:1px solid #AA0000;
border-bottom:1px solid #ccc;
background-color:#cccccc;
}
.messageitem, .journalitem {
margin:10px;
padding:5px 10px 0 10px;
border:0;
border-bottom:1px solid #AA0000;
background-color:#cccccc;
}
.messagehead {
 background:#fff; 
}
.messageitem {
 background:#fff;
}
.journalhead {
background:#fff;
}
.journalitem {
background:#fff;
}
.diaryhead h4 {
border-bottom:1px solid #AA0000;
margin-bottom:1px;
}
* html .diaryhead h4 {
margin-bottom:0;
}
.diaryitem {
background:#fff;
margin:0;
padding:3px;
border-bottom:1px solid #AA0000;
}
.messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4, .diaryhead h4 {
margin:0;
}
.commentbutton {
margin:0 0 0 5px;
padding:0 3px;
}
.commenttext {
width:100%;
margin:0 0 3px 0;
}
