.tool_comment_form {
	position: relative;
	width: 100%;
	font-family: Verdana, Arial;
	font-size: 8pt;
	border: 1px solid #9ba6a8;
	background-color: #f0f2f1;
	color: #67686a;
	margin-top: 20px;
}
.tool_comment_form input[type=text] {
	width: 200px;
	margin-bottom: 5px;
}
.tool_comment_form textarea {
	width: 100%;
	margin-bottom: 5px;
}
.tool_comment_form input[type=submit] {
	margin-left: 12px;
	margin-bottom: 12px;
}
.tool_comment_head {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #d6dcdc;
}
.tool_comment_head .tool_comment_head_text {
	padding-left: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #404143;
	width: 200px;
}
.tool_comment_form .tool_comment_name {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}
.tool_comment_form .tool_comment_name .tool_comment_caption {
	width: 60px;
	float: left;
}
.tool_comment_form .tool_comment_name .tool_comment_input {}
.tool_comment_form .tool_comment_email {
	padding-left: 12px;
	padding-right: 12px;
}
.tool_comment_form .tool_comment_email .tool_comment_caption {
	width: 60px;
	float: left;
}
.tool_comment_form .tool_comment_email .tool_comment_input {}
.tool_comment_form .tool_comment_message {
	padding-left: 12px;
	padding-right: 12px;
}
.tool_comment_form .tool_comment_message .tool_comment_caption {}
.tool_comment_form .tool_comment_message .tool_comment_input {}
.tool_comments {
	font-family: Verdana, Arial;
	font-size: 8pt;
	width: 100%;
	margin-top: 15px;
}
.tool_comments .tool_comment_loading {
	padding: 20px;
	border: 1px solid #9ba6a8;
	background-color: #f0f2f1;
	color: #67686a;
}
.tool_comments .tool_comment_nav {
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;	
	border: 1px solid #9ba6a8;
	background-color: #f0f2f1;
	color: #67686a;
	float: left;
}
.tool_comments .tool_comment_nav .tool_comment_nav_prev {
	position: absolute;
	left: 12px;
}
.tool_comments .tool_comment_nav .tool_comment_nav_next {
	position: absolute;
	right: 12px;
}
.tool_comments .tool_comment_item {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	border: 1px solid #9ba6a8;
	background-color: #f0f2f1;
}
.tool_comments .tool_comment_item .tool_comment_name {
	position: absolute;
	width: 90%;
	line-height: 25px;
	font-weight: bold;
	padding-left: 12px;
	color: #404143;
	z-index: 100;
	overflow: hidden;
}
.tool_comments .tool_comment_item .tool_comment_timestamp {
	position: absolute;
	width: 90%;
	line-height: 25px;
	text-align: right;
	padding-right: 12px;
	right: 0px;
	color: #404143;
}
.tool_comments .tool_comment_item .tool_comment_message {
	position: relative;
	width: auto;
	height: auto;
	line-height: 15px;
	padding: 12px;	
}
.tool_comments .tool_comment_item .tool_comment_delete {
	background-color: darkred;
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
}
.tool_comments .tool_comment_item .tool_comment_delete:hover {
	color: #cecece;
}