<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>

	<CreateAppCategory class="TenfootMsgBox" defaultfocus="NewCategory">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
			<Label class="StdTitle" text="#Library_CreateCategory_Title" />

			<Label class="StdLabelMed" text="#Library_CreateCategory_CodeLabel" />
			<TextEntry id="NewCategory"
				textinputid="NewCategoryTextEntry"
				textinputclass="HalfWidth DockLeft AppearFromBottomCenter" />

			<Panel id="MsgBoxButtons">
				<Button class="Button" onactivate="CreateNewCategory();">
					<Label text="#UI_OK" />
				</Button>
				<Button class="Button" onactivate="ButtonCancel();">
					<Label text="#UI_Cancel" />
				</Button>
			</Panel>
		</Panel>
	</CreateAppCategory>
</root>
