Remove or Change color of selected item on Form

I am using DHTMLX Form in a Popup (great products, by the way) with the Terraces skin. Everytime I mark a check box, it gets selected and the text turns grey. How do I remove the selection color change?

Hello
Try the next CSS:

.dhxform_obj_dhx_terrace div.dhxform_label div.dhxform_label_nav_link:focus { color: #000000; }

Thanks!

You are welcome!