.commentlist
{
	border: 1px dashed #CCCCCC;
	margin-top: 15px;
	background: #EEE;
	color: #000;
	width: 100%;
	height: 70px;
}

.commentQuoteOpen
{
	background:url(images/bg_quote_open.gif) no-repeat top left;
	width: 70px;
}

.commentText
{
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	color: #888;
}

.commentQuoteClose 
{
	background:url(images/bg_quote_close.gif) no-repeat bottom right;
	width: 70px;
	min-height: 50px;
}

.commentAuthor 
{
	padding: 5px 0px 0px 0px;
	color: #444;
}

#respond 
{
	margin-top: 30px;
	padding-top: 10px;
	border-top: dashed 1px #CCC;
}

.comment_form 
{
	padding-top: 5px;
}