
.lightbox-overlay { 
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/common/opacity80.png');
  z-index: 99;
}

.lightbox {
  position: absolute;
  top: -50px;
  left: -50px;
  max-width:700px;
  max-height:500px;
  border: 3px solid #e3e3e3;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  padding: 15px;
  z-index: 100;
  /*overflow-y:scroll;*/

}

.lightbox .header {
    border-bottom: 2px solid #09f;
    color: #575756;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;    
    padding-right: 55px; /* Give it room for close button */
}

.lightbox-image {
    width: 15%; 
    float: left;
}

.lightbox-copy {
    width: 75%;
    float: left;
    margin-left:20px;
}

.guarantee-copy {
    float: left;
    margin-left:42px;
    margin-top:10px;
}
.lightbox-content { margin-top: 15px }

.lightbox .button-centered { 
  text-align: center; 
  margin-top: 15px;
}

.lightbox-close { 
  background: url('../images/common/icon-close.png') right top no-repeat;
  padding-right: 20px;
  line-height:17px;
  color: #acacac;
  font-size: 11px;
  border: none;
  position: absolute;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  top: 10px;
  right: 5px;
}

/* Specific Lightbox selectors */
.lb-venue .venue-info { margin-bottom: 5px; }
.lb-venue .venue-map { position: relative }
.lb-venue .venue-options-list { 
  position: absolute;
  right: 0;
  top: -22px;
}
.lb-venue .venue-options-list > li {
  float: left;
  padding-left: 30px;
  line-height: 18px;
  background: url('../images/common/icon-options-sprites.png') no-repeat;
}

.lb-venue .venue-options-list > li.print { background-position: 8px 0 }
.lb-venue .venue-options-list > li.email { background-position: 8px -28px }
.lb-venue .venue-seatmap { border: 1px solid #e3e3e3 }
.lb-venue .disclaimer { 
  margin: 7px 0; 
  font-size: 10px;
  color: #808080;
} 