<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="FbLevelAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
    <mx:ImageUI id="bg_rect" />
    <e:Group horizontalCenter="0" verticalCenter="0" width="561" height="769">
        <e:Image top="0" bottom="0" source="tyalertMbg_png" left="0" right="0"  scale9Grid="153,108,29,44"/>
        <mx:CLabel id="title_bt" left="45" top="16"/>
        <e:Scroller height="520" top="98" bottom="36" left="32" right="30">
        <e:List id="level_list">
					<e:layout>
						<e:VerticalLayout gap="10"/>
					</e:layout>
        </e:List>
        </e:Scroller>
        <mx:SSButton id="close_b" label="tytyclose_png" right="11" top="24" />
    </e:Group>
</e:Skin>