<tr>
			<td colspan="2">
			<div style="width: 600px; margin-top: 8px;" class="mm-divider"></div>
			</td>
		</tr>
		
		<tr>
			<td>Protected Categories<?php 
echo MM_Utils::getInfoIcon("Select the WordPress categories that should be automatically protected by this membership level.");
?>
</td>
			<td>
				<select id="mm-categories[]" size="5" multiple="multiple" style="width:100%">
				<?php 
echo MM_HtmlUtils::getWordPressCategories($membership->getCategoryIds());
?>
				</select>
				
				<span style="font-size:11px">
					Select Multiple Categories: PC <code>ctrl + click</code> 
					Mac <code><img width="9" height="9" src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_command.gif" alt="Command key icon" data-hires="true">
(Command key) + click</code>
				</span>
			</td>
		</tr>
	</table>
	
	<input id='mm-is-default' type='hidden' value='<?php 
echo $membership->isDefault();
?>