/* styling of commentbox entries */
.messagehead, .journalhead {
	margin: 0 0 0 0;
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #ccc;
}
.messageitem, .journalitem {
	margin:0;
	padding: 3px 0 0 0;
	/*
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	*/
}
.messagehead {}
.messageitem {}

.journalhead { background:#ffb; }
.journalitem { background:#ffc; }

.diaryhead h4 { border-bottom:1px solid #999;
	margin-bottom:1px; }
* html .diaryhead h4 { margin-bottom:0; }
.diaryitem {background:#ffc;
	margin:0;
	padding:3px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4,
.diaryhead h4 { margin:2px 0 0 0; }

.commentbutton { margin:0 0 0 5px;
	padding:0 3px }
.commenttext { width:100%;
	margin:0 0 2px 0 }
em.access { font-style:normal; color:#FF2222;}

th.prompt {
	font-size: 71%;
}

div.opencomment {
  margin-top: 15px;
	background: #f7f4f2;
	padding: 2px 2px 2px 2px;
}

div#message {
	margin-top: 1px;
	padding: 5px 0px 5px 0px;
}

a#comment1 {
  display: block;
  margin: 30px 0 5px 0;
	border-bottom: 1px solid #cd403d;
}
#message form.inputform { background: #fff;}
