<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="UnionLogAlertSkin" 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="564" height="619" verticalCenter="0" horizontalCenter="0" >
		<e:Image source="tyalertMbg_png" left="0" right="0" top="0" bottom="0" scale9Grid="160,113,51,37"/>
		<mx:CLabel id="title" left="88" top="30" size="36" bold="true" textColor="0xffffff" strokeColor="0x665999"  stroke="2" />
		<mx:SSButton id="close_b" label="tytyclose_png" right="15" top="26"/>
		<e:Scroller top="100" width="490" bottom="43" horizontalCenter="0">
			<e:List id="log_list" width="490" height="0">
				<e:layout>
					<e:VerticalLayout gap="16"/>
				</e:layout>
			</e:List>
		</e:Scroller>
	</e:Group>
</e:Skin>