@charset "UTF-8";
#comment {
	border: 1px solid #d9d9d9;
	padding: 10px;
	padding-bottom: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #f6f4f3;
	background:-moz-linear-gradient(top, #f6f4f3, #fbfaf9);
  background:-webkit-gradient(linear, left top, left bottom, from(#f6f4f3), to(#fbfaf9));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
#comment h4, #comment h5 {
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
#comment h5 {
	font-weight: normal;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	margin: 5px 0;
}
#comment .one {
	margin-bottom: 10px;
}
#comment .one p {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 10px;
	margin-bottom: 5px;
	text-align: justify;
}
#comment .one .foot {
	text-align: right;
	font-size: 11px;
}
#comment .one .foot img {
	vertical-align: middle;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}
#confirm {
	display: none;
}
#confirm .description {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
#confirm .formbtn {
	margin: 0 2px 10px 2px;
}