<root>
	<styles>		
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/parental/parental.css" />
	</styles>

  <SteamLinkAuthDialog class="TenfootMsgBox" tabindex="auto" selectionpos="auto" defaultfocus="PINEntry">
  	<Panel class="ParentalUnlockPopupBody" tabindex="auto">
  		<Label class="StdTitle" text="#SteamUI_RemoteDeviceAuthorization_Title" />
  		<Label id="MsgBoxDescriptionArea" text="#SteamUI_RemoteDeviceAuthorization_Text" />
  		<TextEntry class="ParentalPINEntry" id="PINEntry"
					textinputclass="HalfWidth DockLeft AppearFromBottomCenter"
					undohistory="enabled" />
  		<Panel id="MsgBoxButtons" >
  		  <Button id="OKButton" class="Button" onactivate="ButtonOK()">
	  		  <Label text="#UI_OK" />
	  		</Button>
	  		<Button id="CancelButton" class="Button" onactivate="ButtonCancel()">
		  		<Label text="#UI_Cancel" />
        </Button>
		  </Panel>
	  </Panel>
  </SteamLinkAuthDialog>
</root>
