$(function() {	
	$('input[type=checkbox]').parent().css('height', '20px');
});
