.new-user-table
{
  background-color: #ffffff;
  width: 580px;
  font-size: 10pt;
}

.update-user-table
{
  background-color: #ffffff;
  font-size: 10pt;
}

.lhs
{
  background-color: #acc7ea;
  padding: 3px;
  text-align: left;
  vertical-align: center;
  width: 32%;
}

.rhs
{
  border: solid 1px #acc7ea;
}

.header
{
  background-color: #fdeeb9;
}

.submitarea
{
  border: solid 1px #ffffff;
  text-align: center;
}

.smalltitle
{
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #174888;
}

#error-message
{
  color: #ff0000;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#continuebutton
{
  background-color: #003399;
  border: 1px solid;
  border-color: #003399;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  width: 82px;
  height: 20px;
}

#submitbutton
{
  background-color: #003399;
  border: 1px solid;
  border-color: #003399;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  width: 33px;
  height: 20px;
}

#closebutton
{
  background-color: #003399;
  border: 1px solid;
  border-color: #003399;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  width: 50px;
  height: 20px;
}
