<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>
	<Panel tabindex="auto" class="TenfootMsgBox " selectionpos="auto" >
		<Panel id="MsgBoxBodyRegion" class="MsgBoxBodyRegion" oncancel="ButtonCancel()">
			<Panel id="MsgBoxHeader" class="MsgBoxHeader">
				<Panel>
					<Label class="MsgBoxTitle" text="#Library_SelectPlayerNumber_Title" />
				</Panel>
			</Panel>

			<Panel id="" class="HorizontalSpace" />
			<Label class="SubTitle" text="#Library_SelectPlayerNumber_Description" />
			<Panel id="" class="HorizontalSpace" />
      <Panel id="PlayerNumberDropdownContainer" class="SelectPresetDropDownContainer">
        <Label class="SubTitle" text="#Controller_Player_Number_Setting" />
        <DropDown id="PlayerNumberDropdown"/>
      </Panel>      
			<Panel id="" class="HorizontalSpace" />
			<Panel id="MsgBoxButtons">
				<Button class="Button" onactivate="SelectChangePlayerNumber();">
					<Label text="#UI_OK" />
				</Button>
				<Button class="Button" onactivate="ButtonCancel();">
					<Label text="#UI_Cancel" />
				</Button>
			</Panel>
		</Panel>
	</Panel>
</root>
