<?xml version = '1.0'?>
<form reset="1" bgColor="#1C492F" borderColor="#000000" font="Trebuchet MS" textSize="12" textColor="#404040" bold="1" >
	<image pos="1:5" url="images/lock.png" />
	<label pos="135:18" textSize="15" textColor="#FFFFF0">Enter password:</label>
	<input pos="135:50" width="120" name="pswd" password="1" textSize="13" bgColor="#E8E8D8" borderColor="#000000" />
	<button pos="120:110" label="OK" bold="1" width="60" onClick="external.panologic.pano2=$(*pswd)" />
	<button pos="200:110" label="Cancel" function="cancel" />
</form>

