$(function() {
	// append various classes automatically
	// css fixes because IE doesn't support the natural css selectors to achive the same thing...grrr
	$('div.data-form table>tbody>tr>td:first-child').addClass('label-col');
	$('div.data-form table>tbody>tr>td:last-child').addClass('field-col');
	$('div.data-form input:text, div.data-form input:password').addClass('text');
})
