#fdContainer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#fdTop {
	height: 100px;
	width: 730px;
}
#fdBody {
	/*height: 500px;*/
	height:auto;
	width: 730px;
}
.commentContainer {
	background-color: #fff3e2;
	width: 728px;
	border: 1px solid #dddddd;
}
.commentBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 15px;
}
.commentBlock {
	height: 1px;
	width: 698px;
	margin-left: 15px;
	background-image: url(../images/comment-block-bg.gif);
	background-repeat: no-repeat;
}
.commentFotter {
	padding-top: 20px;
	_padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}
.commentName {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #99004c;
}
.commentDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #99004c;
	padding-left: 5px;
}
.feedbackBlock {
	height: 15px;
	_height: 10px;
}
.searchTxtBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#FFFFFF url(../images/search.gif) no-repeat 4px 4px;
	border:1px solid #CCCCCC;
	width:130px;
	height:16px;
	float:right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
}
.searchTxtBox:focus {
	border:1px solid #99004C;
	background-color: #FFF9F0;
}
.add-feedback-btn {
	background-image:url(../images/feedback-btn_01.gif);
	background-repeat:no-repeat;
	width:174px;
	height:30px;
	cursor:pointer;
	float:left;
}
.add-feedback-btn:hover {
	background-image:url(../images/feedback-btn-b_01.gif);
	background-repeat:no-repeat;
}
.area-feedback-btn {
	background-image:url(../images/feedback-btn_02.gif);
	background-repeat:no-repeat;
	width:172px;
	height:30px;
	cursor:pointer;
	float:left;
}
.area-feedback-btn:hover {
	background-image:url(../images/feedback-btn-b_02.gif);
	background-repeat:no-repeat;
}