Essentially, I have a div element that contains a wrapper along with two other nested divs. One of these divs floats to the left while the other floats to the right.
You can see how it appears here:
Upon examining the code provided below, you'll notice that both .register-form and .login-form are enclosed within #info, however they do not display as intended for some reason.
Here is the code snippet: http://jsfiddle.net/x8KaA/ (please note that the code has been placed in a jsFiddle due to its length, and the appearance in the result box does not accurately reflect the actual layout)
Thank you very much.