[f8as2]Can I apply CSS to input text?

Are you able to attach a style sheet to an input textfield? If so, how do I go about doing that?

would it be a

textfield.onChanged = function{
textfield.htmlText = “<.myStyle>”+text+"</.myStyle>";
}

type of thing?