Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs
@@ -69,7 +69,7 @@
                if (bodyPageView.ChildrenCount - 2 == e) {
                    bodyPageView.RemoveAt (bodyPageView.ChildrenCount - 1);
                }
                Console.WriteLine ("D" + e.ToString ());
                Utlis.WriteLine ("D" + e.ToString ());
            };
            FrameLayout bodyView = new FrameLayout ();
@@ -139,10 +139,11 @@
        void EmailForgot (FrameLayout FrameLayoutView)
        {
            FrameLayoutView.RemoveAll ();
            var viewX = (Application.GetRealWidth (640) - Application.GetMinRealAverage (500)) / 2;
            EditText Register_Email_Address = new EditText () {
                Width = Application.GetRealWidth (500),
                Height = Application.GetRealHeight (85),
                X = Application.GetRealWidth (70),
                Width = Application.GetMinRealAverage (500),
                Height = Application.GetMinRealAverage (85),
                X = viewX,
                Y = Application.GetRealHeight (100),
                UnSelectedImagePath = "Register/Register_Email_Address.png",
                PlaceholderTextColor = SkinStyle.Current.PlaceholderTextColor,