Commit e2a3bcd5967d3d8e5ca675bc5a7bfb08263c6037

Small UI change
  
544544 '<div>' +
545545 '<h3> Registered Users:</h3>' +
546546 '<div style="text-align: left;">Please enter your username and password </div>' +
547 '<input id="tar-uname" type="text" placeholder="john">'+
548 '<input id="tar-pass" class="" type="password" placeholder="password">'+
547 '<input id="tar-uname" type="text" placeholder=" username" size="30">'+
548 '<input id="tar-pass" class="" type="password" placeholder=" password" size="30">'+
549549 '<h3 class="">Guest Users:</h3>' +
550550 '<div>Please enter your name </div>' +
551 '<input id="tar-name" class="" type="text" placeholder="John" /> '+
551 '<input id="tar-name" class="" type="text" placeholder=" Your name" /> '+
552552 '</div>' +
553553 '</div>';
554554