#lightbox_overlay {
  position: absolute;
  background: #000000;
	z-index: 90;
	top: 0;
	left: 0;
}

#lightbox_container {
  position: absolute;
  text-align: center;
  z-index: 100;
  width: 100%;
  left: 0;
  line-height: 0;
}

#lightbox_content {
  background: #ffffff;
	border: 10px solid #C1C1C1;
  width: 600px;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 10px;
  text-align: left;
}

#lightbox_html {
  text-align: left;
  overflow: hidden;
}

/** Light Box CSS **/

div#lightbox_overlay {
  position: absolute;
  background: #000000;
	z-index: 90;
	top: 0;
	left: 0;
}

/* Currently setup for the CVV information, so a bit specific - might need some adjustment to generalise */

div#lightbox_container {
  position: absolute;
  text-align: center;
  z-index: 100;
  width: 100%;
  left: 0;
  line-height: 0;
}

div#lightbox_content {
  background: #ffffff;
	border: 5px solid #C1C1C1;
  width: 600px;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 10px;
  text-align: left;
}

div#lightbox_content .close {
  background: #ffffff url(/images/close.png) no-repeat 96% center;
/*  border: 1px solid #C1C1C1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;*/
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 1.6em;
  cursor: pointer;
  padding: 16px 40px 16px 10px;
  display: block;
}

div#lightbox_html {
  text-align: left;
  overflow: auto;
  line-height: 140%;
}

div#lightbox_html h3 {
  border: none;
  background: none;
  padding-left: 0;
}

div#lightbox_html ol {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

div#lightbox_html ul {
  margin: 0 0 1em 2em;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4em;
  list-style: disc;
}

div#lightbox_html li {
  margin: 3px 0;
  padding: 0;
}


h2.visa_maestro {
  background: url(/images/visa_maestro_mini.png) no-repeat 50% 92%;
}

h2.amex {
  background: url(/images/amex_mini.png) no-repeat 30% 92%;
}