@charset "UTF-8";
/* CSS Document */

#adcampaign {
	width: 590px; 
	height: 350px; 
	margin: 0 auto; 
	background: url(/assets/img/template/lightbox-background.png) no-repeat bottom left;
}
#closebutton {
	width: 590px; 
	height: 50px; 
	margin: 0; 
	padding: 3px 3px 0 0;
}
#takeactionbutton {
	margin: 220px 0 0 370px; 
	width: 205px; 
	height: 55px;
}


#blackBackground {
position: fixed;
background-color: #000;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 10000;
opacity: 0.80;
filter: alpha(opacity=80); /* For IE8 and earlier */
visibility: hidden;
/*  display: none !important;  Enable this to hide lightbox ad */
}

@-moz-document url-prefix() {
  #insideLightbox {
	  left: 15% !important; 
  }
}

#insideLightbox {
position: absolute;
background-color: transparent;
  top: 8%; left: 0;
/* top: 250px; */
/* margin-left: -75px\9; */
margin: auto;
visibility: hidden;
opacity: 1.0;
z-index: 100001;
width: 962px;
height: 600px;
filter:alpha(opacity=100); /* For IE8 and earlier */
/*  display: none !important;  Enable this to hide lightbox ad */
}

@-moz-document url-prefix() {
#insideLightbox {
margin-left: -150px !important;
}
}

#lightbox {
}

