/*TL 3 login style sheet*/

/*LAYOUT*/


#body {
  width:700px;
  left:0;
}

/*\*/
* html #body {
  height:350px;
}
/**/

#existingUser {
  width:350px;
  float:left;
}

#newUser {
  width:350px;
  float:left;
}

form label {
  width:100px;
  float:left;
  clear:both;
}

form input.text_input {
  width:150px;
  float:left;
}