Hi bertsirkin,
1. Open file "\CuteSoft_Client\Gallery\Popup\Default\Code.js"
2. Find section below
var comment=cs[i];
d=document.createElement("DIV");
3. d=document.createElement("DIV"); is the comment container. You can change the style easily. like
d.style.backgroundColor="red";
Regards,
ken