<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/mainmenu.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/overlay/asyncnotifications.css" />
	</styles>

	<TenfootMsgBox defaultfocus="ButtonOk" tabindex="auto" selectionpos="auto" >
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Label id="MsgBoxTitle" class="MsgBoxTitle" text="#Overlay_AsyncNotificatoinsRequestedDialog_Title" />
			</Panel>
			<Panel id="MsgBoxButtonArea" class="MsgBoxButtonArea">
				<Panel id="AsyncNotificationsArea">
					<Image id="AsyncNotificationsIcon" src="file://{images}/overlay/notification_turn.png" />
					<Panel id="MsgBoxDescriptionArea" class="MsgBoxDescriptionArea">
						<Label id="AsyncNotificationsDescription" text="#Overlay_AsyncNotificatoinsRequestedDialog_Desc" hittest="false"/>
					</Panel>
				</Panel>
				<Panel id="MsgBoxButtons">	
					<Button id="ButtonOk" class="ButtonOK MsgBoxButton">
						<Label id="OKButtonText" text="#Overlay_AsyncNotificatoinsRequestedDialog_Allow" />
					</Button>
					<Button id="ButtonCancel" class="ButtonCancel MsgBoxButton">
						<Label id="CancelButtonText" text="#Overlay_AsyncNotificatoinsRequestedDialog_Disallow" />
					</Button>
				</Panel>
			</Panel>
		</Panel>
	</TenfootMsgBox>
</root>
