<!-- This is the alert prompt. The styling comes from the main style sheet (e.g. #-spark-prompt-background).-->

<div id='spark-prompt-content'>
	<div id='spark-prompt-content-zone'>
		<!-- BlockingDialogues drops the message in here -->
	</div>
</div>
<div id='spark-prompt-buttons' style='text-align:right;'>
	<input type='button' onmousedown='PowerUI.BlockingDialogues.Ok' content='Ok'>
</div>