#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 span.close {
  background: url("/images/cs_sprite.png") no-repeat scroll -102px -118px #FFFFFF;
  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: hidden;
  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;
}

div#ask_question ul {
  margin-left: 0;
  width: 520px;
}

div#ask_question li {
  margin-bottom: 15px;
}

h2.visa_maestro {
  background: url("/images/cs_sprite.png") no-repeat scroll 192px -654px transparent;
}

h2.amex {
  background: url("/images/cs_sprite.png") no-repeat scroll 172px -722px transparent;
}

.banner p {
  height: 32px;
  margin: 0 0 25px 140px;
  padding: 8px 0 0 80px;
}

.banner a {
  color: #0000ef;
  font-size: 110%;
}

.banner .uk_flag {
  background: url("/images/cs_sprite.png") no-repeat scroll -240px -190px transparent;
}

.banner .us_flag {
  background: url("/images/cs_sprite.png") no-repeat scroll -240px -240px transparent;
}

#us_banner {
  display: none;
}

div#specification ul {
  margin: 0;
}

#email_preferences {
  text-align: center;
}

#email_preferences .options, #email_preferences .privacy {
  text-align: left;
  margin: 0 auto;
}

#email_preferences .options {
  background: #d8d8d8;
  border: 1px solid #878787;
  width: 440px;
  padding: 5px;
  margin-bottom: 10px;
}

#email_preferences h3 {
  color: black;
}

#email_preferences .options_list {
  background: white;
  margin: 0;
  padding: 0 20px 10px 20px;
}

#email_preferences .options_list ul {
  margin-bottom: 0px;
  width: 375px;
}

#email_preferences .options_list li {
  clear: both;
}

#email_preferences .options_list .preference input {
  float: right;
}

#email_preferences .options_list .preference label {
  float: left;
}

#email_preferences .options_list .button {
  text-align: right;
}

#email_preferences .options_list .button input {
  font-size: 11px;
}

#email_preferences .options_list label {
/*  float: left;
  width: 325px;*/
}

#email_preferences .privacy {
  background: #e9e9e9;
  width: 400px;
  padding: 5px 25px;
}

