#new_opinion_comment textarea {
	border: 1px solid silver;
	width: 100%;
	height: 150px;
	font-family: Verdana;
	font-size: 12px;
}

#opinion_comments_list li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed silver;
}

#opinion_comments_list li em {
	font-size: 11px;
}
