Adobe ColdFusion 8

Flash form style specification syntax

To specify a Flash style, use the following format:

style="stylename1: value; stylename2: value; ..."

For example, the following code specifies three style values for a text input control:

<cfinput type="text" name="text2" label="Last"
    style="borderSyle:inset; fontSize:12; backgroundColor:##FFEEFF">