# Reference table

<div class="Vlt-table Vlt-table--data">
|Class |	Behaviour|
|---|---|
|`.Vlt-form__element`| Wraps every form element|
|`.Vlt-form__element--error`| Additional way to add the error styles to a field|
|`.Vlt-form__element__error`| Wraps the error message below the field. It adds the red style and icon|
|`.Vlt-form__element__hint`| If the field has a hint, this wraps it to give it the right styles|
|`.Vlt-radio`| Wraps every radio button |
|`.Vlt-radio--inline`| Can be used to put the radio buttons in a line. They will naturally wrap if there isn't enough space|
</div>