#valhallaPopup{
  background: url('../img/popup.gif') no-repeat;
  color: #444;
  margin-left: -150px;
  padding-top: 3px;
  position: fixed;
    left: 50%;
    top: 15%;
  width: 300px;
  z-index: 9999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#valhallaPopupClose{
  background: url('../img/popupclose.gif') no-repeat;
  position: absolute;
    right: 3px;
    top: 3px;
  text-decoration: none;
  width: 19px;
    height: 19px;
}

#valhallaPopupClose span{
  display: none;
}

#valhallaPopup h2{
  background: #eb751d url('../img/popup.gif') no-repeat 0 -3px;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0 5px 3px 5px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.valhallaPopupMessage{
  background: #fff;
  border: 1px solid #666;
  border-top: none;
  padding: 10px;
}

.valhallaPopupButtons{
  text-align: center;
  padding-top: 5px;
}

.valhallaPopupButtons a, .valhallaPopupButtons input{
  background: #eee;
  border: 1px solid #999;
  border-top:  1px solid #ccc;
  border-left:  1px solid #ccc;
  color: #000;
  cursor: pointer;
  height: 25px;
  margin-right: 2px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}

.valhallaPopupButtons a:hover, .valhallaPopupLogin a:hover{
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-top:  1px solid #aaa;
  border-left:  1px solid #aaa;
}

#valhallaPopup.valhallaLoginWindow .valhallaPopupMessage{
  background: #fff url('../img/lock.gif') no-repeat 230px 20px;
}
