<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>

	<SelectAppBeta class="TenfootMsgBox" tabindex="auto" selectionpos="auto" > 
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto" >
			<Label class="StdTitle" text="#Library_SelectBeta_Title" />

			<Panel id="BetaPanel">
				<Label class="StdLabelMed" text="#Library_SelectBeta_CodeLabel" />
				<DropDown id="BetaDropDown" >
				</DropDown>
			</Panel>
			<Panel id="NoBetaPanel">
				<Label class="SubTitle" text="#Library_SelectBeta_NoBeta" />
			</Panel>
			
			<Label class="StdLabelMed" id="PrivateBetaLabel" text="#Library_SelectBeta_PrivateTitle" />
			
			<Panel id="PrivateBetaPanel" >
				<TextEntry id="PrivateBetaPW"
						textinputid="PrivateBetaPWTextEntry"
						textinputclass="HalfWidth DockLeft AppearFromBottomCenter" >
						<Label class="StdLabelMed" text="#Library_SelectBeta_BetaPassword" />
				</TextEntry>
				<Button class="Button" onactivate="CheckPassCode()">
					<Label  text="#Library_SelectBeta_PrivateButton" />
				</Button>
			</Panel>        

			<Panel id="MsgBoxButtons">
				<Button class="Button" onactivate="ButtonOK()" id="OK" >
					<Label text="#UI_OK" />
				</Button>
				<Button class="Button" onactivate="ButtonCancel()">
					<Label text="#UI_Cancel" />
				</Button>
			</Panel>        
		</Panel>
	</SelectAppBeta>
</root>
