body { 
}

a:link,
a:visited,
a:active,
a:hover { 
}

.controls { 
  text-align: center;
}

#login_form,
#register_form,
#confirm_form,
#changepass_form { 
  text-align: center;
}

#login_form table,
#register_form table,
#confirm_form table,
#changepass_form table { 
  margin: 0 auto;
}

#layout_menu { 
  float: left;
  list-style-type: none;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  width: 140px;
}

#layout_menu li { 
  display: block;
  list-style-type: none;
  line-height: 1.5em;
  height: 1.5em;
}

#layout_content { 
  float: left;
  width: 610px;
  margin-right: -50px;
}
