.password-help-table
{
  background-color: #ffffff;
  width: 400px;
}

.errormessage
{
  background-color: #acc7ea;
  border: 1px solid #000099;
  margin: 5px;
  padding: 5px;
  float: left;
  height: 20px;
  white-space: nowrap;
}

.lhs
{
  background-color: #acc7ea;
  border: 1px solid #000099;
  margin: 5px;
  padding: 5px;
  float: left;
  height: 20px;
  width: 90px;
  white-space: nowrap;
}

.rhs
{
  
  margin: 5px;
  padding: 5px;
  float: right;
  height: 20px;
  
  
  border: solid 1px #acc7ea;
}


.submitarea
{
    text-align: center;
}

#error-message
{
  color: #ff0000;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

#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;
}
