<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="HuangBangAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*" xmlns:w="http://ns.egret.com/wing">
	<mx:ImageUI id="bg_rect"/>
	<e:Group width="600" height="420" horizontalCenter="0" verticalCenter="0">
		<e:Image left="0" right="0" top="0" bottom="0" source="tyalertMbg_png" scale9Grid="149,101,65,32"/>
        <mx:CLabel id="title_bt" />
        <mx:SSButton id="close_b" label="tytyclose_png" top="-18" right="-18" />
		<e:List id="item_list" horizontalCenter="0" top="140">
			<e:layout>
				<e:HorizontalLayout gap="42"/>
			</e:layout>
		</e:List>
		<mx:SSButton id="ok_b" label="tytcqdbtn_png" horizontalCenter="0" bottom="50"/>
	</e:Group>

</e:Skin>