body
{
  background-repeat: repeat;
  font-family: Arial, impact, sans-serif;
  background-image: url(/images/beta-background.gif);
}

li
{
  font-size: 14pt;
  color: #000;
  list-style-type: none;
  margin-left: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

table.userinfo_search_result
{
  background-color: #eee;
  border: 1px solid #aaa;
  width: 600px;
}

ul.userinfo_search_result
{
  width: 450px;
  text-align: left;
}

li.userinfo_search_result_field
{
  background-color: #ddd;
}

li.userinfo_search_result_field_alt
{
  background-color: #ccc;
}

.required {
  border: 1px solid red;
}

ul.errors {
  border: 2px solid red;
  background-color: #ddd;
}

div.errors {
  border: 2px solid red;
  background-color: #ddd;
  width: 50%;
}

li.error {
  width: 90%;
  color: white;
  background-color: red;
}
