Input Text Field "Highlight" Color?

Guys,

Got an easy (?) one here. How do I change (or disable), the color of the “highlight color” on a Input Text box when a viewer hits the “Tab” key?

Example Here:

text.onSetFocus = function() {
text._focusrect = false;
};