.comments_header {
	margin-top: 20px;
}

.comments_header h1 {
	display: block;
	float: left;
	margin: 10px 0px 20px 20px;
	cursor: default;
}

.comments_header a {
	display: block;
	float: right;
	width: 55px;
	height: 55px;
	margin-right: 20px;
	background: transparent url('/media/img/site/sprite_feed.png') top left no-repeat;
}

.comments_header a:hover {
	background-position: bottom left;
}


#comments .comment {
	float: left;
	padding: 8px 21px 0px 19px;
	width: 340px;
	background: transparent url('/media/img/site/sprite_bg_380.png') -760px 0px repeat-y;
}

#comments .comment-head {
	float: left;
	padding: 0px 21px 4px 19px;
	width: 340px;
	background: transparent url('/media/img/site/sprite_bg_380.png') -1140px 0px repeat-y;
}

#comments .comment-head span {
	display: block;
	float: left;
	font-weight: bold;
}

#comments .comment-head .permalink {
	float: right;
}

#comments .comment-top {
	float: left;
	height: 14px;
	width: 380px;
	background: transparent url('/media/img/site/sprite_bg_380.png') 0px 0px no-repeat;
}

#comments .comment-top-head {
	float: left;
	height: 14px;
	width: 380px;
	background: transparent url('/media/img/site/sprite_bg_380.png') -380px 0px no-repeat;
}

#comments .comment-bottom {
	float: left;
	height: 16px;
	width: 380px;
	background: transparent url('/media/img/site/sprite_bg_380.png') -1520px 0px no-repeat;
}

.comment-form p {
	padding: 2px;
}

.comment-form textarea {
	width: 326px;
	height: 150px;
	border: 1px solid gray;
	padding: 4px;
	background-color: #eeeeee;
}

.comment-form input[type="text"] {
	width: 200px;
	border: 1px solid gray;
	padding: 2px;
	background-color: #eeeeee;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border: 1px solid black;
}

.comment-form label {
	padding: 2px;
	width: 126px;
	display: block;
	float: left;
}

.comment-form input[type="submit"] {
	float: right;
	margin: 2px 0px;
}

.comment-form .errorlist {
	padding-left: 4px;
	margin-top: 8px;
}

.comment-form div.lock-comments {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
span.comment-info {
	display: block;
	padding: 2px;
	margin-bottom: 4px;
	color: #888888;
	cursor: default;
}



