@import url('reset');

.popup{
  background: url(../img/bg_lightbox.png) repeat-x top center;
  font-family: arial, tahoma, verdana, 'sans serif';
}

.popup #wrap{
  width: 90%;
  margin: 0 auto;
  display: block;
}

.popup h2{
  width: 90%;
  display: block;
  color: #537eb1;
  font-weight: bold;
  font-size: 20px;
  line-height: 75px;
  padding: 0 0 20px;
}

.popup p{
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 16px;
}

.popup a {
  background: url("../img/ico_pdf.png") no-repeat top left;
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 32px;
  margin: 30px 0 0 -3px;
  padding: 0 0 0 35px;
  text-decoration: none;
}

.popup a:hover{
  background-position:bottom left;
  text-decoration: underline
}