<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>

	<OOBECompleteAndCheckForUpdate class="WizardChild FlowDown" defaultfocus="Throbber" tabindex="auto" selectionpos="auto">
        <Panel class="WizardContent">
            <Label class="WizardChildDescription ClientUpdateCheckVisibility UpdateStatusUnknown" text="#OOBE_CheckForUpdates" />
            <Label class="WizardChildDescription ClientUpdateCheckVisibility UpdateCurrent" text="#OOBE_CheckForUpdates_AlreadyCurrent" />
            <Label class="WizardChildDescription ClientUpdateCheckVisibility UpdateAvailable" text="#OOBE_CheckForUpdates_UpdateAvailable" />
            
            <Panel id="SettingsContainer">
              <Panel id="CenterWrapper" class="ClientUpdateCheckVisibility UpdateStatusUnknown">
        			  <LoadingThrobber id="Throbber" />
        		  </Panel>
            </Panel>
        </Panel>
    
        <Panel id="WizardButtons">
          <Panel class="InputContainerDown ClientUpdateCheckVisibility UpdateCurrent">
            <Button class="WizardButton" id="FinishOOBEButton" onactivate="RestartForClientUpdate()">
              <Label text="#OOBE_CheckForUpdates_Finish" />
            </Button>
          </Panel>

          <Panel class="InputContainerRight ClientUpdateCheckVisibility UpdateAvailable">
            <Button class="WizardButton GapRight" id="RestartAndInstallUpdateButton" onactivate="RestartForClientUpdate()">
              <Label text="#OOBE_CheckForUpdates_RestartInstallNow" />
            </Button>
            <Button class="WizardButton" onactivate="ShutdownMachine()">
              <Label text="#OOBE_CheckForUpdates_Shutdown" />
            </Button>
          </Panel>
        </Panel>
	</OOBECompleteAndCheckForUpdate>
</root>
