<!-- This is the confirm 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'>
	<input type='button' onmousedown='PowerUI.BlockingDialogues.Ok' content='&Standard Blocking Dialogues.Ok;'> &nbsp;
	<input type='button' onmousedown='PowerUI.BlockingDialogues.Cancel' content='&Standard Blocking Dialogues.Cancel;'>
</div>