/*
 * Fixes line height problems on custom forms
 * Added by CP - Ticket #17026
 */
#content #surveyForm td { line-height: inherit; }
#content #surveyForm input[type="checkbox"] { margin: 12px 5px 0px 0px; }