<!-- This is the 'prompt(..)' 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>
	<br>
	<br>
	<input type='text' id='spark-prompt-input-zone'>
</div>
<div id='spark-prompt-buttons'>
	<input type='button' onmousedown='PowerUI.BlockingDialogues.Ok' content='Ok'> &nbsp; 
	<input type='button' onmousedown='PowerUI.BlockingDialogues.Cancel' content='Cancel'>
</div>