#lightbox {
  border: 9px solid #fff;
  background: transparent url(/Graphics/bkg_lightbox_freedata.png) no-repeat 0 0;
  display: none;
  /* Hidden as default */
  height: 340px;
  width: 558px;
  margin: 120px auto 0;
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  vertical-align: middle; 
 }

#fade {
  display: none;
  /* Hidden as default */
  background-image: url("/Graphics/bg_lightbox.png");
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 9999;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

#closebox {
  background: transparent url(/Graphics/btn_close_green.png) no-repeat 0 0;
  border: 0;
  display: block;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  /* 39px; */
  position: absolute;
  right: -25px;
  top: -25px;
  text-indent: -999em;
  width: 40px;
  /* 39px; */ }

#leftsection,
#rightsection {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	position: absolute;
	top: 130px;
	text-align: center;
	width: 238px
}
#leftsection p,
#rightsection p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
#leftsection {
	left: 0;
}
#rightsection {
	right: 0;
}
#leftsection button,
#rightsection button  {
	border: 0;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding: 0.5em;
	width: 100%;
}
#leftsection button {
	background-color: #96c792;
	color: #003307;
}
#rightsection button {
	background-color: #98c0de;
	color: #062543;
}


  
