.commentsButton {
	background: #FFD300;
	padding: 10px;
	display: inline;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight: none;
	color: #2A0925;
    float: left;
    line-height: 10px;
}

.addComment {
	background: #FFD300;
	padding: 10px;
	display: inline;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight: none;
	color: #2A0925;
	margin: 10px 0px 0px 0px;
    float: left;
    line-height: 10px;
}


.hideComment {
	background: #FFD300;
	padding: 10px;
	display: inline;
	*width:170px;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight: none;
	color: #2A0925;
	margin: 10px 10px 0px 0px;
    float: left;
    clear: both;
    line-height: 10px;
}

.addCommentForm {
	float: left;
	/*background: #fff;*/
	clear: both;
	width: 90%;
	margin: 15px 0px 0px 0px;
	border-top: #A450AC solid 1px;
	border-right: #A450AC solid 1px;
	border-bottom: #A450AC solid 1px;
	border-left: #A450AC solid 1px;
	padding: 10px;
}
.addCommentForm h4 {
	font-size: 28px;
	color: #FFD300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: none;
}
.addCommentForm label {
	float: left;
	width: 80px;
	margin: 0px 10px 0px 0px;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 14px;
	color: #fff;
	font-weight: none;
}
.addCommentForm input,  .addCommentForm textarea {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 70%;
	border: 1px solid #FFD300;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	color: #666;
}
.addCommentForm span  {
	float: left;
	margin: 0px 0px 0px 5px;
}
.addCommentForm span#bbcode {
	margin: 0px 0px 5px 0px;
}
.addCommentForm span.note  {
	margin: 10px 0px 0px 5px;
}
.addCommentForm img#captcha, .addCommentForm a.reload_captcha {
	float: left;
	margin: 0px 0px 5px 90px;
	clear: both;
}
.saveCommentButton {
	/*background: #fff;*/
	padding: 8px;
	display: inline;
	border-top: #FFD300 solid 2px;
	border-right: #FFD300 solid 2px;
	border-bottom: #FFD300 solid 2px;
	border-left: #FFD300 solid 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 17px;
	font-weight: none;
	color: #fff;
	margin: 10px 0px 0px 90px;
    float: left;
    clear: both;
    line-height: 10px;
}
.comment {
	float: left;
	/*background: #fff;*/
	clear: both;
	width: 90%;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	border-top: #A450AC solid 1px;
	border-right: #A450AC solid 1px;
	border-bottom: #A450AC solid 1px;
	border-left: #A450AC solid 1px;
	padding: 10px;
	color:#FFFFFF;
}
.commentAuthorDate {
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 16px;
	color: #FFD300;
}
.commentBody {
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	color: #ffffff;
}
.errorMsg {
	float: left;
	background: #fff;
	clear: both;
	width: 90%;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	color: #990000;
}
.commentNumber {

	/* Not implemented.  */

}

.commentAuthor {

	/* Not implemented.  */

}


.commentDate {

	/* Not implemented.  */

}


.commentDivider {

	/* Not implemented.  */

}