/* Popups */

.nicepopup{
z-index: 1000;
}

.nicepopup .outline{
  z-index: 1000;
  border: 1px solid #000;
  background-color: #fff;
  padding: 16px;
  position: relative;
}

.nicepopup a.close{
  line-height: 16px;
  display: block;
  position: absolute;
	z-index: 1000;
  top: 1px;
  right: 1px;
  text-indent: -124px;
  overflow: hidden;
  text-decoration: none;
  width: 16px;
  height: 16px;

  background: url(../images/close.gif) 100% 0 no-repeat;
  overflow:hidden;
  
} html>body .nicepopup a.close{ top:0;right:0; }

/*
.nicepopupHover a.close{
  background-position: 100% -16px;
}
.nicepopup a.close:hover{
  background-position: 100% -32px;
}

.nicepopupLoading .outerImage{
  border: 1px dotted silver;
  width: 100px;
  height: 100px;
  background: url(/persistent/siteImgs/popups/loading.gif) 50% 50% no-repeat;
}

.nicepopup .prevNextBar{
  padding-top: 7px;
  text-align: center;
}*/