#PageComments_holder {
	margin: 30px 0 30px 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 10px;
	background: #f4f4f4;
}

li.odd {
	background: white;
}

li.even {
	background: none;
}

fieldset {
	border: none;
}

input.text, textarea {
	padding: 3px 5px;
	border: 2px solid #eaeaea;
	margin: 0;
}

#PageComments_holder textarea {
	width: 300px;

}

div#Name, div#CommenterURL {
	width: 160px;
	float: left;
}

div#Comment {
	clear: both;
	padding: 10px 0 0 0;
}

ul#PageComments {
	list-style: none;
}

#PageComments li.first {
	border-top: 2px solid #eee;
}


#PageComments li {
	padding: 10px;
	clear: both;
	border-bottom: 2px solid #eee;
}

ul.actionLinks {
	list-style: none;
}

#PageComments ul.actionLinks li {
	float: left;
	padding: 0 5px 0 0;
	clear: none;
	border: none;
}

#PageComments p {
	clear: both;
	margin: 0;
	padding: 0;
}

p#CommentsRSSFeed {
	margin: 20px 0 10px 0;
	font-size: small;
}

p.info {
	font-size: 10px;
}

#PageComments_holder h4 {
	margin: 20px 0 10px 0;
	padding: 0  0 0 20px;
	background: url(../images/icons/comments.png) center left no-repeat;
}

a.commentrss {
	padding: 5px  0 5px 20px;
	background: url(../images/icons/feed.png) center left no-repeat;	
	border: none;
}
