Go to Profile > Customize Profile > and insert the following in the CSS section: .fcs{add borders to comment boxes} div.commentsModule div.moduleBody ul.moduleList li.odd div.userComment {border:6px solid black; -moz-border-radius:4px; -webkit-border-radius:4px;} div.commentsModule div.moduleBody ul.moduleList li.even div.userComment {border:6px solid black; -moz-border-radius:4px; -webkit-border-radius:4px;}
Tip: You can adjust the border size and radius..