<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
    <include src="file://{resources}/styles/library/library.css" />
	</styles>

	<TenfootMsgBox defaultfocus="ButtonCancel" tabindex="auto" selectionpos="auto">
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion LibraryPrelaunchDialog">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader FlowRight">
        <Image class="ImageControllerWarning" src="file://{images}/library/icon_warning_controller.png" />
        <Image class="ImageKeyboardWarning" src="file://{images}/library/icon_warning_keyboard.png" />
				<Label id="MsgBoxTitle" class="MsgBoxTitle" />
			</Panel>

			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel class="Details">
					<Label id="MsgBoxContents" class="MsgBoxContents" />
				</Panel>

				<Panel id="MsgBoxButtons">
          <Button id="ButtonOK" class="ButtonOK MsgBoxButton Button" onactivate="ButtonOK()">
						<Label text="#UI_Prelaunch_PlayGame"/>
					</Button>
					<Button id="ButtonCancel" class="ButtonOK MsgBoxButton Button" onactivate="ButtonCancel()">
						<Label text="#UI_Prelaunch_Cancel"/>
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
