Do you want rounded corners on each comment box, or around the global area of comments?
If around each comment box put the rule below in Main options > Content Areas > Comments > Comment Content BG CSS+ box
{border:1px solid #D6D6D6 !important;border-radius:8px !important;}
If you want it around the whole comment section, add the rule below in Main options > Fonts & Custom > Custom CSS Rule box
#comments {border:1px solid #D6D6D6 !important;border-radius:8px !important;}
You may want to check Hide separator bar in that option section too