<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="UserXieYiAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
	<mx:ImageUI alpha="0.4" id="bg_rect" />
	<e:Group width="600" height="900" horizontalCenter="0" verticalCenter="0">
		<e:Image source="xieyidi_png" scale9Grid="131,32,90,38" left="0" right="0" top="0" bottom="0" />
		<mx:SSButton id="close_b" label="xieyix_png" top="6" right="6" />
		<e:Label id="title_t" horizontalCenter="0" top="52" textColor="0x292929" size="20" bold="true" />
		<e:Scroller top="95" bottom="27" width="526" horizontalCenter="0">
			<e:Group>
				<e:Group id="txt_g" x="163" y="3" width="502">
					<e:layout>
						<e:VerticalLayout gap="6" horizontalAlign="left" verticalAlign="middle" />
					</e:layout>
				</e:Group>
				<e:layout>
					<e:VerticalLayout horizontalAlign="center" verticalAlign="top" />
				</e:layout>
			</e:Group>
		</e:Scroller>
	</e:Group>
</e:Skin>