div#nyroModalLoading {
  border: 1px solid #777;
  width: 150px;
  height: 150px;
  text-indent: -9999em;
  background: #fff url(/images/ajaxLoader.gif) no-repeat;
  background-position: center;
}
div#nyroModalLoading.error {
  border: 4px solid #f66;
  line-height: 20px;
  padding: 20px;
  width: 300px;
  height: 100px;
  text-indent: 0;
  background: #fff;
}
div#nyroModalWrapper {
  background: #fff /*url(/images/bg_modal_divider.gif) center top repeat-y*/;
  border: 1px solid #8b8b8b;
}
a#closeBut {
  position: absolute;
  display: block;
  top:  -15px;
  right:-14px;
  width:  30px;
  height: 30px;
  text-indent: -9999em;
  background: url(/images/bn_close.png) no-repeat;
  outline: 0;
  opacity: .65;
}

a#closeBut:hover {
  opacity: 1.0;
}

h1#nyroModalTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 5px;
  font-size: 12px;
  color: #ddd;
}
div.wrapper div#nyroModalContent {
  padding: 1px;
}
div.wrapperImg div#nyroModalContent {
  position: relative;
  overflow: hidden;
  text-align: center;
}
div.wrapperImg img {
  vertical-align: baseline;
}

div.wrapperImg a {
  display: none;
}









