.single h3#comment
{
	background: url(../images/blue/h3comment.gif) no-repeat;
	display:block;
	text-indent: -999em;
	margin: 0 0 0 220px;
	height: 44px;
	overflow:hidden;
}
.single ol.comments
{
	margin: 0.5em 0;
	list-style:none;
}
.single ol.comments p
{
	margin-left: 0;
	font-size: 1em;
}
.single ol.comments li
{
	padding-top: 20px;
border-top: 1px dashed #999;
}


#txpCommentInputForm
{
	margin: 20px 0 20px 220px;
	display: block;
}

#txpCommentInputForm table
{
	border: 1px dashed #999;
	padding: 10px;
	background: #f7f7f7;
	margin:0;
	border-collapse: inherit;
}
#txpCommentInputForm table tbody
{
	border: 1px dashed #999;
	padding: 20px;
	background: #fff;
	display:block;
}
a#txpCommentHelpLink
{
	font-size: 0.9em;
}
textarea#message
{
	height: 200px;
	width: 305px;
}
#txpCommentInputForm label
{
	text-transform:uppercase;
	font: 0.9em palatino, "times new roman", serif;
}
#txpCommentInputForm input,
#txpCommentInputForm textarea
{
	border: 1px solid #aaa;
	padding: 0.2em;
	font-size: 0.9em;
}
#txpCommentInputForm td
{
	vertical-align: top;
	padding: 3px;
	border:0;
	font-size: 1.1em;
}





