#join_form
{
  font-size: 9pt;
  width: 100%;
}

#join_form form
{
  padding-top: 30px;
}

#join_form .row
{
  clear: both;
  height: 35px;
  vertical-align: middle;
  line-height: 20px;
}

#join_form label
{
  width: 120px;
  font-weight: bold;
  float: left;
}

#join_form .user_form_input
{
  float: left;
}

#join_form .user_form_note
{
  padding-left: 10px;
  width: 250px;
  float: left;
}