<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/streaming/howtostream.css" />
	</styles>

	<TenfootMsgBox defaultfocus="ButtonDismiss" tabindex="auto" selectionpos="auto">
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#HowToStream_Title" />
			</Panel>

			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">

				<Panel class="Details">
					<Label class="ToStreamYourGame" text="#HowToStream_ToStream" />

					<Panel class="Step">				  
						<Label class="BulletPoint" text="1" />
						<Label class="StepInstructions" text="#HowToStream_Step1" />
					</Panel>
					<Panel class="Step">				  
						<Label class="BulletPoint" text="2" />
						<Label class="StepInstructions" text="HowToStream_Step2" />
					</Panel>
				</Panel>

				<Panel id="MsgBoxButtons">
					<Button id="ButtonDismiss" class="ButtonOK MsgBoxButton Button" onactivate="ButtonCancel()">
						<Label text="#UI_OK"/>
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
