.popupLink
{
  color: #454545;
  text-decoration: none;
}

.popupLink:hover
{
  color: #000000;
  text-decoration: none;
}

#fade
{
  display: none;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .70;
  z-index: 9999;
}

.popupBlock
{
  display: none; /*--hidden by default--*/
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0 0 20px #000;
}

a.close
{
  text-shadow: none;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 5px;
  padding: 5px 10px;
  font-size: 11px;
  background: #ed1b2e;
  text-decoration: none;
}

a.close:hover
{
  background: #ed1b2e;
  color: #ffffff;
}