/* SIGNUP BAR */
div#signupbar {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 982px;
  margin-left: -491px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-top: 1px solid #DDD;
  background-color: #F3F3F3;
  color: #333; 
}
#signupbar a {
  position: absolute;
  right: 0;
  top: 13px;
  display: block;
  background-color: #FF6600;
  color: #FFF;
  padding: 0 10px;
  text-decoration: none;
  line-height: 24px;
  font-weight: bold;
}
#signupbar a:hover { background-color: #FF8533; }

/* SIGNUP POPUP*/
div#signuppopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)";
}
#signuppopup .spp-inner {
  position: relative;
  background: #FFF;
  border: 1px solid #DDD;
}
#signuppopup .spp-exit {
  position: absolute;
  display: block;
  line-height: 20px;
  text-align: center;
  top: -25px;
  color: #FFF;
  font-size: 11px;
  cursor: pointer;  
}
#signuppopup .spp-exit.close { background-color: #CC3300; right: 0; width: 70px; }
#signuppopup .spp-exit.kill { right: 80px; }
#signuppopup .spp-head { position: relative; background: #F3F3F3; height: 40px; border-bottom: 1px solid #DDD; }
#signuppopup .spp-head img { position: absolute; top: 5px; left: 5px; }
#signuppopup .spp-head div { position: absolute; top: 5px; right: 5px; line-height: 15px; font-size: 12px; text-align: right; color: #666; }
#signuppopup div.spp-list { list-style-type: none; margin: 15px 50px 10px; padding: 0; text-align: center;}

#signuppopup .spp-list span { color: #FF6600; font-weight: bold; }
#signuppopup a.spp-btn { display: block; margin: 0 auto 5px; width: 200px; line-height: 34px; text-align: center; background-color: #FF6600; color: #FFF; font-size: 16px; font-weight: bold; text-decoration: none; }
#signuppopup a.spp-btn:hover { background-color: #FF8533; }
