#comments {
	margin-top:20px;
	padding:10px;
}
#comments  h5{
	border-bottom:1px solid #994444;
}
#comments INPUT.email {
	width: 45%;
}
#comments  TEXTAREA {
	width: 95%;
}
.comment {
	margin:15px;
	border-bottom:1px solid #ccc09b;
}
.comment ADDRESS {
	margin:9px;
	font-weight:bold;
}
