div#topcomments {
	margin: 20px 0;
}

div#topcomments ul {
	margin: 10px;
	padding: 5px;
	border: 1px dotted #999;
}

div#topcomments ul li {
	margin: 5px 0;
	line-height: 1.3;
}

div#topcomments.catalog {
	
}

div#topcomments.catalog ul {
	padding-right: 250px;
	background: transparent url(images/catalog_image.png) no-repeat right bottom;
}

form.contactForm textarea {
	width: 400px;
}