#LoginForm { margin:0 0 10px 0; }
#LoginForm .tableRow { margin:5px 0 5px 0; width:240px; float:left;}
#LoginForm .tableRow label { margin-right:10px; float:left;}
#LoginForm .submitRow { margin:10px 0 10px 0; width:100px; float:left; }


#RegistrationForm { margin:0 0 10px 0; }
#RegistrationForm .tableRow { margin:5px 0 5px 0; width:100%; float:left;}
#RegistrationForm .tableRow input{ width:150px; }
#RegistrationForm .tableRow label { width:110px; float:left;}
#RegistrationForm .submitRow { margin:10px 0 10px 0; width:100px; float:left; }

#RegistrationErrors { color:#FF0000; }
#RegistrationErrors li { margin-bottom:5px; }

#ForgottenPassword { margin:0 0 10px 0; }
#ForgottenPassword .tableRow { margin:5px 0 5px 0; width:240px; float:left;}
#ForgottenPassword .tableRow label { margin-right:10px; float:left;}
#ForgottenPassword .submitRow {width:100px; float:left; margin-top:4px; } 