<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="JJCLogAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*" xmlns:w="http://ns.egret.com/wing">
	<mx:ScreenbgUI id="bg" top="0" left="0" />
	<mx:SSButton id="close_b" label="tyscreenback_png" left="0" top="0" />
	<e:Scroller top="200" bottom="37" left="0" right="0">
		<e:List id="log_list">
		<e:layout>
			<e:VerticalLayout gap="18" horizontalAlign="center" paddingTop="12"/>
		</e:layout>
		</e:List>
	</e:Scroller>

</e:Skin>