<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/wizardstyles.css" />
		<include src="file://{resources}/styles/login/changepassword.css" />
	</styles>

	<ForgotPasswordWizardChild class="WizardChild" tabindex="auto" selectionpos="auto">
    <Panel class="WizardContent">
		  <Label class="WizardChildDescription" text="#ChangePassword_ForgotPassword_Description" />
		  <Label class="WizardErrorLabel" id="MessageLabel" />

		  <Panel class="InputContainerDown GapDown">
			  <Label class="WizardLabel" text="#ChangePassword_ForgotPassword_AccountName" />
			  <TextEntry class="WizardTextEntry" id="AccountNameTextEntry"
					  textinputid="InnerAccountNameTextEntry"
					  textinputdoneactionstring="#ChangePassword_NextField"
					  textinputhidesuggestions="1"
					  textinputclass="HalfWidth DockRight AppearFromBottomCenter" />
		  </Panel>
    </Panel>

		<Panel id="WizardButtons" tabindex="auto" selectionpos="auto">
			<Button class="WizardButton GapRight" id="ButtonNext" onactivate="WizardButtonNext()">
				<Label id="Label" text="#WizardButton_Next" />
			</Button>
			<Button class="WizardButton GapRight" id="ButtonBack" onactivate="WizardButtonBack()">
				<Label id="Label" text="#WizardButton_Back" />
			</Button>
			<Button class="WizardButton GapRight" id="ButtonCancel" onactivate="WizardButtonCancel()">
				<Label id="Label" text="#WizardButton_Cancel" />
			</Button>
		</Panel>

	</ForgotPasswordWizardChild>

</root>
