<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/wizardstyles.css" />
		<include src="file://{resources}/styles/library/eulachild.css" />
	</styles>

	<EULAWizardChild class="WizardChild" defaultfocus="ButtonNext" tabindex="auto" selectionpos="auto">
	  <Panel class="InputContainerDown GapDown">
	    <HTMLSimpleNavigationWrapper id="HTMLWrapperInputFocus"
	      wrappedhtmlid="HTMLEula">
	      <HTML id="HTMLEula" embedded="true"/>
	    </HTMLSimpleNavigationWrapper>
	  </Panel>

		<Panel id="WizardButtons" tabindex="auto" selectionpos="auto">
	    <Button class="WizardButton GapRight" id="ButtonNext"
	      onactivate="WizardButtonNext()">
	      <Label id="Label" text="#Library_LaunchEULA_Agree"/>
	    </Button>
	    <Button class="WizardButton GapRight" id="ButtonBack"
	      onactivate="WizardButtonBack()">
	      <Label id="Label" text="#Library_LaunchEULA_Cancel"/>
	    </Button>
		</Panel>

	</EULAWizardChild>
</root>