<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/msgbox.css" />
		<include src="file://{resources}/styles/library/library_recent_activateproduct.css" />
	</styles>

	<LibraryRecentActivateProductDialog class="TenfootMsgBox" onmouseactivate="ActivateCancel()" defaultfocus="ProductCode">
		<Panel class="MsgBoxBodyRegion" tabindex="auto" selectionpos="auto">
    		<Label class="StdTitle" text="#Library_ActivateProduct_Title" />

    		<Label class="StdLabelLarge" text="#Library_ActivateProduct_Intro" />
    		<Label class="StdLabelMed" text="#Library_ActivateProduct_CodeLabel" />
	    	<TextEntry id="ProductCode"
		       	textinputid="ProductCodeTextEntry"
    			textinputclass="HalfWidth DockLeft AppearFromBottomCenter" />

    		<Label class="StdLabelLarge" text="#Library_ActivateProduct_AgreementDesc" />
            <Button class="Button" id="ViewAgreements" onactivate="ActivateViewAgreements()">
                <Label text="#UI_ViewAgreements" />
            </Button>

            <Panel id="MsgBoxButtons">
                <Button class="Button" onactivate="ActivateAgree()">
                    <Label text="#Library_ActivateProduct_Activate" />
                </Button>
            </Panel>        
        </Panel>
	</LibraryRecentActivateProductDialog>
</root>
