In style.css find the following line:
#comments-form, #comments-form p, #comments-report-form, #comments-report-form p, #comments-form span, #comments-form .counter { text-align: left;
text-decoration: none;
text-indent: 0;
text-transform: none;
}
Then add the following (you may have to play around with the width.
width:360px;
margin-right:auto;
margin-left:auto;
Then find #jc h4 in the same file and change text-align:left to text-align:center.