#lightbox {
  border: 9px solid #fff;
  background-color: #308E00;
  background: url("/Graphics/bg_lightbox_green.png");
  display: none;
  /* Hidden as default */
  height: 480px;
  width: 660px;
  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; 
  font-family: sans-serif;
 }

#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; */ }

.lightboxcontent {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 30px;
    margin-left: 50px;
    margin-right: 40px
}
.lightboxbuttoncontent {
    margin-top: 40px;
	text-align: center;
	width: 100%;
    margin-left: -10px;
}

.btn_yes {
    background-color: #075800;
    width: 150px;
    margin-left: 20px;
    border: 0;
    -moz-box-shadow: 1px 1px 2px 1px, rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    margin-left: 10px;
}
.btn_no {
    background-color: #f5cf46;
    width: 150px;
    margin-right: 20px;
    border: 0;
    -moz-box-shadow: 1px 1px 2px 1px, rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    color: #003307;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    margin-right: 10px;
}

#lightbox h2 {
    display: block;
    font-size: 24px;
    line-height: 120%;
}

#lightbox p {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:normal;
    line-height: 120%;
}

#lightbox .prodTitle {
    color:#f8e943 ;
    font-size: 1.19em;
    font-weight:bold;
    text-decoration:underline;
    line-height: 120%;
}

#lightbox .LearnMore {
    color:#fff ;
    line-height: 120%;
    text-decoration:underline;
    font-weight: bold;
}
  