I moved the user login block into the top header region of my sub-theme and made the block display on a single line through the default edit skins option that comes with fusion accelerator module. the current module looks something like this when displayed on my page.

Username (field) Password (field) Create new account (href) log in (button)
Request new password (href)

i want to move the two hrefs in front of the user name field so user name password and the login button are all next to each other so it would look something like.

Create new account username field password field login button
Request new password

i feel like there should be an easy way to do this but i am having problems finding where in my sub-theme i would be able to modify this. any ideas?