.popupHolder { background: url(http://i.wp.pl/a/i/zakupy4/tanio-pl/bg_black_transp.png); background: rgba(0,0,0,0.7);  }
.popupWindow {
  background: #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 0px #000;
  line-height: 0px;
}
.popupLogo {
  background: url(http://i.wp.pl/a/i/zakupy4/tanio-pl/lg_mic.png) no-repeat left top;
  position: absolute;
  height: 29px;
  width: 60px;
  left: -8px;
  top: -10px;
}
.popupClose {
  background: #06C url(http://i.wp.pl/a/i/zakupy4/tanio-pl/close_blue.gif) no-repeat center center;
  position: absolute;
  height: 15px;
  width: 15px;
  top: 6px;
  right: 6px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.popupContent {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 30px 30px 25px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #666;
}
