<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/cdkey.css" />
	</styles>

	<TenfootMsgBox tabindex="auto" selectionpos="auto" >
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#Library_CDKeyTitle" />
			</Panel>
			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
					<Label id="Description" text="#Library_CDKey_Description" />
					<Panel id="CDKeyData" overscroll-y="80">

					</Panel>
					<ToggleButton id="DontShowAgain" class="CheckBox">
						<Label text="#Library_CDKey_DontShowAgain" />
					</ToggleButton>
				</Panel>	

			</Panel>
			<Panel id="ThrobberRow">
				<Panel id="ThrobberRowWrapper">
					<LoadingThrobber id="Throbber" />
					<Label id="WorkingText" text="#Library_CDKeyFetchWorking" />
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
