/* Commentaar plugin */
.tx-comments-comment-form {
    padding-top:10px;
}

.tx-comments-comments-header
{
	background-color: #E55100;
	margin-bottom: 1px;
	padding: 5px;
}

.tx-comments-comments-header h1
{
	font-weight: bold;
	color: #fff;
}

.tx-comments-pi1
{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:4px;
}

.tx-comments-comment-admin
{
	margin: 10px 20px;
	background-color: #e0e0e0;
	padding: 5px 9px;
	text-align: center;
}

.tx-comments-comment-form LABEL
{
	width: 80px;
	display: block;
	float: left;
	padding-top: 10px;
}

.tx-comments-comment-form LABEL.error
{
	float: none;
	width: 445px;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tx-comments-comment-form INPUT,
.tx-comments-comment-form TEXTAREA
{
	border: 1px solid #CCC;
	padding: 5px;
}

.tx-comments-comment-form INPUT.error,
.tx-comments-comment-form TEXTAREA.error
{
	border: 1px solid #CC0000;
	padding: 5px;
}

#tx_comments_pi1_submit { border: 0 none; }

.tx-comments-comment-form br
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG { margin-top: 5px; }
.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA { width: 445px; }

.tx-comments-comment-name
{
	font-weight: bold;
	font-size: 93%;
}

.tx-comments-comment-date { font-weight: bold; }
.tx-comments-comment-1 { background-color: #F0E7DE; }
.tx-comments-comment-2 { background-color: #FAFAF5; }
.tx-comments-comment-1, .tx-comments-comment-2 { padding: 5px; }

.tx-comments-comment-content
{
	padding: 3px 0;
	text-align: justify;
}

.tx-comments-required-mark { color: red; }

.tx-comments-required-error
{
	margin-left: 10px;
	color: red;
	background-color: #f5f500;
	padding: 3px 5px;
}

.tx-comments-captcha { padding-left: 80px; }

.tx-comments-captcha IMG
{
	border: 1px solid #d0d0d0;
	margin-left: 0px;
}

.tx-comments-form-top-message
{
	border: 1px solid #d0d0d0;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}

.tx-comments-comment-input-error,
.tx-comments-captcha label {margin-left:0 !important;}

.tx-comments-closed
{
	border: 1px solid #d0d0d0;
	padding: 10px 10px;
	margin: 10px 0;
}

.tx-comments-closed IMG
{
	vertical-align: baseline;
	margin-left: 4px;
	padding-right: 4px;
}

.tx-comments-comment-report
{
	font-size: 80%;
	margin: 7px 0 5px 15px;
}

.tx-comments-rating { margin-left: 15px; }
.tx-comments-comment-form fieldset { border: none; }

