<div id="message" class="updated">
	<p>
		<strong><?php _e($message);?></strong>
		<?php if ($description !== null):?>
		<br/><span class="error-desc"><?php _e($description);?></span>
		<?php endif;?>
	</p>
</div>