Style Name Description
portlet-form-field-label The label that is beside an input field.

Examples:

Tag HTML Code Display
<span>

<span class="portlet-form-field-label">
      User Name:
</span>
                
User Name:
<label>

<label class="portlet-form-field-label">
    User Name:</label>
<input type="text" name="uname" />