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