<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />

		<include src="file://{resources}/styles/msgbox.css" />
	</styles>

	<TenfootMsgBox defaultfocus="ButtonCancel" tabindex="auto" selectionpos="auto">
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#SteamUI_ProcessShader_Title" />
			</Panel>
			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
					<Label id="MsgBoxContents" class="MsgBoxContents" text="#SteamUI_ProcessShader_Description"/>
				</Panel>

				<Panel id="MsgBoxButtons">	
					<Button id="ButtonCancel" class="ButtonCancel MsgBoxButton Button" onactivate="Skip();">
						<Label id="CancelButtonText" text="#SteamUI_Skip"/>
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
