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

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

/*
Start modal window
*/

#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;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

img.btnClose
{
}

/*
#loginPopup
{
  width: 300px;
  background: url('../images/header/popup_tiler.png') repeat left top;
  padding: 5px;
}

#registerPopup
{
  width: 400px;
  background: url('../images/header/popup_tiler.png') repeat left top;
  padding: 5px;
}
*/

/*
End modal window
*/