.comments
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.comment
{
	margin-bottom: 20px;
}

.comment.itsme
{
	background: #efefef;
	border-bottom: 5px solid #ccc;
}

.comment.previewcomment
{
	background: #fefefe;
	border-bottom: 5px solid #ccc;
}


.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.comment-content 
{
	margin: 0 20px 0 35px;
	border-top: 1px solid #ddd;
}

.comment-footer,
.comments-open-footer
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

.comment-meta
{
	font-size: 0.9em;
	height: 25px;
}

.comment-meta span
{
	display: block;
	width: 25px;
	background: #fcfcfc;
	height: 20px;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 1.5em;
	border-color: #999;
	border-width: 0 1px 1px 0;
	border-style: solid;
	float: left;
	text-align: center;
}

.comment.itsme .comment-meta span
{
	border-color: #efefef;
	border-width: 0 1px 1px 0;
	border-style: solid;
}