The STYLE attribute specifies a  presentation style for a
        form element.
        Syntax
            
            STYLE = "string" 
                
                    - string is a user-defined style.
 
                
         
        Usage
            
            This attribute specifies a presentation style to be applied to a form element.
            The presentation style can define decoration attributes such as a background color, a
                font type, and so on.
Note: The string used to define this attribute must be a
                        style-name only, it must not contain the
                        element-type that is typically used to define the style
                    in a .4st file (as CheckBox.important for
                    example)
 
         
Example
EDIT c01 = item.comment, STYLE = "important";