.commentform {
	 border: 1px solid #bcbcbc;
	 margin: 20px 0 20px 0;
	 background-image: url(/uploads/image/pimages/gradient_bg.gif);
	 background-repeat: repeat-x;
	 background-position: left top;
 }
.commentform .ntitle {
	 font-size: 16px;
	padding-left: 32px;
	 border-bottom: 1px solid #bcbcbc;
	 line-height: 30px;
	 height: 30px;
 }



#comment_form {
	 margin: 20px 10px 10px 20px;
 }


#comment_form dl {
	 float:left;
	 padding: 0 0 10px 0;
	 width:100%;
}


#comment_form dl dt {
	 float:left;
	 line-height: 28px;
	 width: 75px;
	 text-align: right;
	 margin: 0 5px 0 0;
 }


#comment_form dl dd {
	 float:left;
	 line-height: 28px;
	 margin-left:20px;
 }


#comment_form input,#comment_form textarea {
	 padding: 3px;
 }


#comment_form dl dd .textarea {
	 height: 100px;
	 width: 440px;
}