#addComment {
	text-transform: uppercase;
	cursor: pointer;
}
#addComment:after {
	content: " »";
}

.tx-comments-comment-form form {
	margin-top: 10px;
}

.tx-comments-comment-form h2 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.tx-comments-comment-form .content {
	padding: 2px 12px 2px 12px;
}

.tx-comments-comment-form  textarea {
	width: 280px;
	height: 100px;
}

#commentsToggle {
	padding-top: 10px;
}

.tx-comments-no-comments {
	margin-bottom: 1em;
	font-style: italic;
}

.tx-comments-comment {
	margin-bottom: 10px;
}

.tx-comments-comment-content {
	background-color: #ddd;
}

.tx-comments-comment-meta {
	background:transparent url(../images/greySpeechBubbleBG.png) no-repeat scroll right top;
	color: #999;
	font-size: 11px;
	padding: 8px 30px 0 0;
	text-align: right;
}

.tx-comments-pi1 .submit-button {
	float: right;
	margin-right: 19px;
}