<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/externalsignup.css" />
	</styles>

  <TenfootMsgBox defaultfocus="ButtonGo" tabindex="auto" selectionpos="auto">
    <Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
      <Panel id="MsgBoxHeader" class="MsgBoxHeader">
        <Label id="MsgBoxTitle" class="MsgBoxTitle" text="#Library_ExternalSignupTitle"/>
      </Panel>
      <Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
        <Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
          <Label id="MsgBoxContents" class="MsgBoxContents" text="#Library_ExternalSignupDesc"/>
        </Panel>
        <Panel id="MsgBoxButtons">
          <Button id="ButtonGo" class="ButtonOK MsgBoxButton Button">
            <Label id="OKButtonText" text="#Library_GotoExternalSignup" />
          </Button>

          <Button id="ButtonCancel" class="ButtonCancel MsgBoxButton Button" onactivate="CancelExternalSignup();">
            <Label id="CancelButtonText" text="#Library_SkipExternalSignup"/>
          </Button>
        </Panel>
      </Panel>
    </Panel>
  </TenfootMsgBox>
</root>
