<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="BindPhoneAlertSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*"
        width="720" height="1280">
	<mx:ImageUI id="bg_rect" />
	<e:Group horizontalCenter="0" verticalCenter="0">
		<e:Image source="bindBg_png"/>
		<e:Group left="77" top="311">
			<e:EditableText id="phone_el"  top="0" left="0" size="26" width="258"/>
			<e:Image source="inputLine_png" width="258" left="0" top="38"/>
			<e:EditableText id="code_el"  top="70" left="0" size="26" width="258"/>
			<e:Image source="inputLine_png" width="258" left="0" top="105"/>
		</e:Group>
		<e:Group left="353" top="367">
			<mx:SSButton id="getCheck_b" label="getCheckBtn_png"  horizontalCenter="0" verticalCenter="0"/>
			<e:Label id="countdown_l"  horizontalCenter="0" verticalCenter="0"/>
		</e:Group>
		<mx:SSButton id="bind_b"   label="bindBtn_png"  horizontalCenter="0" bottom="45"/>
		<mx:SSButton id="close_b" label="bindCloseBtn_png" right="19" top="60"/>
	</e:Group>
	
</e:Skin>