Applying CSS Styles
CSS Class
Name of a style class defined in the cascading style sheet (CensusMain.css) used by the Web view. This class is applied to the controls (for example, the <input> form element for a text box). By default, fields use the classes ComboBoxWidth, MemoFieldWidth, and TextFieldWidth. These classes set the width and border of the control. ComboBoxWidth, and TextFieldWidth set the width to one column, and MemoFieldWidth sets the width to two columns.
The CSS Class attribute does not apply to read-only/disabled fields. These fields use the readOnlyStyle class.