.valhalla .message{
  background-color: #fff1af;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border: 1px solid #7f6800;
  color: green;
  font-weight: bold;
  font-size: 1.2em;
  margin: -25px 0 5px 0;
  opacity: 0.7;
  padding: 10px;
  position: absolute;
    left: 25%;
  text-align: center;
  width: 50%;
}
.valhalla .message p{
  padding: 0;
}

.valhalla .hint{
  background-color: #fff1af;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border: 1px solid #7f6800;
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 10px;
  text-align: center;
}

.valhalla .message .fail{
  color: #c00;
}

.valhalla .error{
  background-color: #fff1af;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border: 1px solid #7f6800;
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 10px;
  text-align: center;
}

ul.errors{
  background: url('../img/errortop.gif') no-repeat;
  border-bottom: 1px solid #7f6800;
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  padding-top: 8px;
  max-width: 500px;
}

ul.errors li{
  border: 1px solid #7f6800;
  background-color: #fff1af;
  border-top: none;
  border-bottom: none;
  color: #c00;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
