.tbl_general {
	font-size: 12px;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_general  input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0DDDD;
}
.tbl_general .form_comment {
	font-size: 11px;
	color: #999999;
}

.tbl_general th {
	padding: 6px;
	border: #E3E3E3 solid;
	border-width: 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	background-color: #efefef;
	vertical-align: middle;
}
.tbl_general td {
	padding: 6px;
	border: 1px #E3E3E3 solid;
	border-width: 1px;
}

.comment_text {
	font-size: 12px;
	line-height: 12px;
	color: #CC0000;
	text-decoration: none;
	height: 12px;
	margin-bottom: 12px;
	display: block;
}
