diff --git a/esoui/pregame/charactercreate/keyboard/zo_charactercreate_keyboard.xml b/esoui/pregame/charactercreate/keyboard/zo_charactercreate_keyboard.xml
index c24a0e7..42fed5f 100755
--- a/esoui/pregame/charactercreate/keyboard/zo_charactercreate_keyboard.xml
+++ b/esoui/pregame/charactercreate/keyboard/zo_charactercreate_keyboard.xml
@@ -1,44 +1,7 @@
 <GuiXml>
-    <Font name="CCEditFont" font="$(BOLD_FONT)|20" />
-
     <Controls>
         <Label name="CCLabel" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" virtual="true" />
 
-        <EditBox name="CCNameEdit" inherits="ZO_DefaultEdit" font="CCEditFont" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" textType="ALPHABETIC" maxInputCharacters="CHARNAME_MAX_LENGTH" virtual="true">
-            <Dimensions x="370" y="24" />
-
-            <OnTextChanged>
-                ZO_CharacterCreate_CheckEnableCreateButton(self)
-            </OnTextChanged>
-
-            <OnFocusGained>
-                ZO_CharacterCreate_OnNameFieldFocusGained(self)
-                if WINDOW_MANAGER:IsHandlingHardwareEvent() then
-                    PlaySound(SOUNDS.EDIT_CLICK)
-                end
-            </OnFocusGained>
-
-            <OnFocusLost>
-                ZO_CharacterCreate_OnNameFieldFocusLost(self)
-            </OnFocusLost>
-
-            <Controls>
-                <Backdrop name="$(parent)Bg" inherits="ZO_DefaultBackdrop">
-                    <Anchor point="TOPLEFT" offsetX="-6" offsetY="-6" />
-                    <Anchor point="BOTTOMRIGHT" offsetX="6" offsetY="6" />
-                </Backdrop>
-                
-                <Label name="$(parent)Instructions" font="CCEditFont" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_DISABLED" text="SI_CREATE_CHARACTER_TITLE_FIRST_NAME">
-                    <AnchorFill />
-
-                    <OnInitialized>
-                        local anim = ZO_AlphaAnimation:New(self)
-                        anim:PingPong(1, .4, 1000, LOOP_INDEFINITELY)
-                    </OnInitialized>
-                </Label>
-            </Controls>
-        </EditBox>
-
         <Button name="CCCategoryTab" mouseOverBlendMode="ADD" virtual="true" clickSound="Click_CC_Selector">
             <Dimensions x="64" y="64" />
 
@@ -446,9 +409,39 @@
 
                 <Control name="$(parent)CharacterViewport" inherits="ZO_PaperdollManipulation" />
 
-                <EditBox name="$(parent)CharacterName" inherits="CCNameEdit">
-                    <Anchor point="TOPLEFT" relativeTo="$(parent)Buckets" offsetX="20" offsetY="94" />
+                <Backdrop name="$(parent)Character" inherits="ZO_SingleLineEditBackdropDark_Keyboard" tier="MEDIUM">
+                    <Anchor point="TOPLEFT" relativeTo="$(parent)Buckets" offsetX="20" offsetY="88" />
+                    <Dimensions x="370"/>
+                    <Controls>
+                        <EditBox name="$(parent)Name" inherits="ZO_DefaultEditForDarkBackdrop" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" textType="ALPHABETIC" maxInputCharacters="CHARNAME_MAX_LENGTH">
+                            <OnTextChanged>
+                                ZO_CharacterCreate_CheckEnableCreateButton(self)
+                            </OnTextChanged>
+
+                            <OnFocusGained>
+                                ZO_CharacterCreate_OnNameFieldFocusGained(self)
+                                if WINDOW_MANAGER:IsHandlingHardwareEvent() then
+                                    PlaySound(SOUNDS.EDIT_CLICK)
+                                end
+                            </OnFocusGained>
+
+                            <OnFocusLost>
+                                ZO_CharacterCreate_OnNameFieldFocusLost(self)
+                            </OnFocusLost>
+
+                            <Controls>
+                                <Label name="$(parent)Instructions" font="ZoFontWinH3" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_DISABLED" text="SI_CREATE_CHARACTER_TITLE_FIRST_NAME">
+                                    <AnchorFill />
+
+                                    <OnInitialized>
+                                        local anim = ZO_AlphaAnimation:New(self)
+                                        anim:PingPong(1, .4, 1000, LOOP_INDEFINITELY)
+                                    </OnInitialized>
+                                </Label>
+                            </Controls>
                         </EditBox>
+                    </Controls>
+                </Backdrop>                
 
                 <Texture name="$(parent)TopDivider" tier="MEDIUM" textureFile="EsoUI/Art/CharacterCreate/windowDivider.dds">
                     <Dimensions x="432" y="4" />