@charset "utf-8";
/* CSS Document */


.commentBox {
  text-align:right;

border:0px #ccc solid;


}

#memberSection {
	vertical-align:top;
	text-align:left;
	width:80px;
	height:100%;
	border-right:thin;
	border-right-color:#666; 
}
#memberSectionB{
	vertical-align:top;
	text-align:left;
	width:80px;
	height:100%;
	color:#CECECE;
	border-right:thin;
	border-right-color:#666; 
}


#contentSection {
	vertical-align:top;
	text-align:left;
	word-wrap:break-word;	
	
}
#contentSectionB{
	vertical-align:top;
	text-align:left;
	word-wrap:break-word;
	color:#CECECE;
	width:350px;
	background-color:#F6F6F6;
	
}

#pointSection {
	vertical-align:top;
	text-align:right;
	width:70px;
	height:100%;
	border-right:thin;
	border-right-color:#666;
	
	 
}

textarea#replyBox{
	height: 0px;
	border:0px solid #ccc;

	/*background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

.replyBoxForm{
	padding-left:0px;
	
}


tr.submittedReply td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background-color:#FFF7C7;

	}


#listDec ul { list-style-type: none; }  
#listDec2 { list-style-type: none; }  


