.commentsStub{
	font-size: 12px;
	color: #000;
	float: right;
}

.commentsStub a{
	color: #369;
}

.commentsStub a:hover{
	text-decoration: underline;
}

.comments{
	display: none;
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
	max-height: 350px;
	padding: 5px;
	font-size: 12px;
}

.comments a{
	color: #369;
	font-weight: normal;
	text-decoration: underline;
}

.comments_author{
	font-weight: normal;
}

.comments_date{
	font-weight: bold;
}

.comments_subject{
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana";
}

.comments_author a{
	font-weight: bold;
}

.comments_replyLink{
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.comments_content{
	padding: 2px 10px;
	max-height: 200px;
	overflow: auto;
}

.comments_replies{
	width: 98%;
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
}

.comments_replies_hidden{
	display: none;
}

.comments_replyField{
	width: 98%;
	display: block;
}

.comments_replyFieldContent{
	border: 1px solid #000;
	background: inherit;
	color: #000;
	font-family: verdana;
	font-size: 10px;
	overflow: auto;
	width: 100%;
	height: 50px;
	display: block;
}

.comments_replyFieldContent[disabled]{
	opacity: 0.5;
	background-color: #CCC;
}

.comments_replyForm{
	width: 100%;
	margin-top: 5px;
}

.comments_replyForm input{
	border: 1px solid #000;
	background: inherit;
	color: #000;
	font-family: verdana;
	font-size: 10px;
}


.comments_replyForm input[disabled]{
	opacity: 0.5;
	background-color: #CCC;
}

.comments_replyInfo input{
	border: 1px solid #000;
	background: inherit;
	color: #000;
	font-family: verdana;
	font-size: 10px;
}

.comments_replyInfo input[disabled]{
	background-color: #CCC;
	opacity: 0.5;
}

.comments_replySubject{
	border: 1px solid #000;
	background: inherit;
	color: #000;
	font-family: verdana;
	font-size: 10px;
	width: 100%;
}

.comments_replySubject[disabled]{
	opacity: 0.5;
	background: #CCC;
}

#comments_button{
	float: right;
	cursor: pointer;
	border: 1px solid #000;
	background: inherit;
	color: #000;
	font-family: verdana;
	font-size: 10px;
}

#comments_button[disabled]{
	opacity: 0.5;
	background-color: #CCC;
}

.comments_replyInfo{
	float: left;
}

.comments_errorMessage{
	color: #F00;
	font-size: 10px;
}
