.Comment_Title {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
}

.Comment_wrapper {
	margin-bottom: 16px;
}

.Devider {
	background: url(images/devider_bg.gif) top left repeat-x;
	height: 10px;
}

.Devider .Icon {
	background: url(images/devider_icon.gif) no-repeat;
	height: 10px;
	margin-left: 16px;
}

.Author_wrapper {
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.Author_wrapper .Author {
	float: left;
	padding-left: 22px;
	background: url(images/user_icon.gif) top left no-repeat;
}

.Author_wrapper .Date {
	float: right;
}

.Author_wrapper .Prefix {
	font-weight: normal;
}

.Author_wrapper .icon_report {
	margin-left: 6px;
}

.Comment {
	margin-left: 22px;
}

.Comment_footer {
	margin-left: 22px;
}

.Comment_footer a,
.Comment_footer a:link,
.Comment_footer a:hover,
.Comment_footer a:visited,
.Comment_footer a:active {
	color: #999;
}

.Comment_footer a:hover {
	color: #000;
}

.Comment_footer .icon_edit {
	margin-right: 10px;
}

.Comment_footer .icon_delete {
	
}

.Comment_Editmode {
	margin-left: 12px;
}

.Comment_Editmode .Textbox {
	width: 446px;
	height: 70px;
	font-family: Tahoma;
	font-size: 12px;
}

.Comment_Editmode .Confirm {
	text-align: right;
}

.Comment_Newmode .Comment_New_Title {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	margin-top: 10px;
}

.Comment_Newmode .Textbox {
	width: 460px;
	height: 90px;
	font-family: Tahoma;
	font-size: 12px;
}

.Comment_Newmode .Confirm {
	text-align: right;
}

.Comment_Newmode .Confirm a,
.Comment_Newmode .Confirm a:link,
.Comment_Newmode .Confirm a:hover,
.Comment_Newmode .Confirm a:visited,
.Comment_Newmode .Confirm a:active {
	font-size: 12px;
}

.clear {
	clear: both;
}