#authenticationError h1 {
  margin: 0;
  padding: 2px 10px 0px 3px;
  background: url('designBoxLeft.png') no-repeat left;
  color: #003333;
  line-height: 20px;
}

#authenticationError h2 {
  margin: 0;
  padding: 2px 10px 0px 3px;
  color: #003333;
  line-height: 20px;
}

#authenticationError li {
  list-style: circle;
}

#authenticationError a {
  display: block;
  text-decoration: none;
  padding: 2px 10px 6px 3px;
}

#authenticationError a:hover {
  text-decoration: underline;
}

#authenticationError .content {
  border: 1px solid #8A8A8A;
  background: #f4f4f4;
  text-align: left;
}

#authenticationForm {
  width: auto;
  text-align: left;
  margin: 10px 2.5em 2em 1.5em;
  padding: 0;
}

#authenticationForm .pageButton {
    padding: 30px 2px 0pt 24px;
    border: 0;
    height: 48px !important;
    width:48px !important;
    color:white;
    font-size: 0pt;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center !important;
}

#authenticationForm input.submit {
    background-image: url(login.png);
}

#authenticationForm h1 {
  margin: 0;
  padding: 2px 10px 0px 3px;
  background: url('designBoxLeft.png') no-repeat left;
  color: #003333;
  line-height: 20px;
}

#authenticationForm table {
  margin: 0px 0px 7px 0px;
  padding: 9px;
  border: 1px solid #8A8A8A;
  background: #f4f4f4;
}

#authenticationForm td {
  padding: 5px;
}

#authenticationLogout h1 {
  margin: 0;
  padding: 2px 10px 0px 3px;
  background: url('designBoxLeft.png') no-repeat left;
  color: #003333;
  line-height: 20px;
}

#authenticationLogout p {
  margin: 0px 0px 7px 0px;
  padding: 4px;
  border: 1px solid #8A8A8A;
  background: #f4f4f4;
  min-height: 100px;
}

#authenticationLogout a {
  display: block;
  text-decoration: none;
  padding: 9px 0px;
}
