This moves the whole line down....after the text i have some text boxes....Everything has shifted down a line..not just the text.. Maybe put it in a table or something
That's a failure of design in my opinion. From looking at your HTML, you're reliant way too much on tables, and to that effect, you don't even use them to their full potential.
You could just as easily use <div> tags and floats and relative positioning to get what you want accomplished. Then you could define a top <div> with a width of like 100%, and inside it 3 other divs, one floated left with a width or like 40%, the other floated left with a width of 55%. The third you'd float left with a width of either 100% or 55% depending on how you wanted it to look. Then your text would be contained in a "box" and could be multiple lines while your form could be on one line and the register link would actually appear (either under all the text, or just under the login information).
What part of this code "RESTRICTS THE ACCESS TO USERS" and directs them to the LOGIN page?
I would say the 4th line:
$classOBJ->checkSecurity(session_id());
What is this class you're using? It could be in that checkSecurity method, it could be elsewhere.