#commentForm h3 {
	border-bottom: 1px solid gray;
}

#commentForm span {
	display: block;
	font-size: 0.9em;
	margin:  5px 0 2px;
}

#commentForm input {
	width: 50%;
	display: block;
	padding: 1px 2px;
	font-size: 10px;
}

#commentForm textarea {
	width: 100%;
	padding: 1px 2px;
	font-size: 10px;
}

#commentForm .dyntar-active {
	visibility: hidden;
}
#commentForm .dyntar-wrapper {
	border: 1px dashed #808080;
}
#commentForm .dyntar-resizer {
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	background: #E0E0E0 url(/bolgariya/comments/images/dyntar.gif) no-repeat 100% 100%;
	border: 1px solid #B0B0B0;
	cursor: n-resize;
}

ul#commentsList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentsList li {
	margin: 0.6em 0 0.6em 0;
}

#commentsList li span {
	display: block;
	font-size: 0.71em;
	padding: 0;
	margin: 0 0 0 1.2em;
	line-height: 0.9em;
}

#commentsList li div {
	padding: 1em;
	margin-top: 0.5em;
	background-color: #F7F6ED;
	font-size: 0.8em;
}