
body {
  margin: 0;
  padding: 0;
  background: #4299e9;
  color: #fff;
  font: bold 12px Verdana, Tahoma, sans-serif;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  display: none;
}

h2, h3 {
  margin: 0;
  padding: 0;
}

h2 span, h3 span {
  display: none;
}

p {
  margin: 4px 0 16px 0;
  padding: 0;
}

#container {
  width: 774px;
  height: 624px;
  margin: 0 auto; 
  background: url(/img/landing_pages/uk005/back.jpg) top left no-repeat;
}

#content {
  float: right;
  display: inline;
  width: 422px;
  height: 385px;
  margin-top: 143px;
  margin-right: 30px;
}
 
#text {
  background: url(/img/landing_pages/uk005/small_boxes.gif) bottom center no-repeat;
  padding-bottom: 7px;
  margin-bottom: 16px;
}

#enterpin {
  margin-left: 32px;
}

#flash-wrapper {
  display: inline;
  float: right;
  width: 300px;
  height: 300px;
  margin-top: 125px;
}

object, embed {
  margin: 0;
  padding: 0;
}

#mobile-1-wrapper {
  display: inline;
  float: left;
  width: 128px;
  height: 143px;
  margin-left: 11px;
}

#mobile-2-wrapper {
  display: inline;
  float: right;
  width: 94px;
  height: 113px;
  margin-top: 63px;
  margin-right: 16px;
}

#footer {
  padding: 0 8px;
  color: #ccc;
  text-align: center;
  font-size: 9px;
  font-weight: normal;
}

#footer a {
  color: #ccc;
}

/* Content */
h2.title-enter-phone {
  width: 236px;
  height: 190px;
  margin-top: 7px;
  margin-left: 2px;
  background: url(/img/landing_pages/uk005/title_enter_phone.gif) top left no-repeat;
}

h2.title-enter-password {
  width: 216px;
  height: 190px;
  margin-top: 7px;
  margin-left: 2px;
  background: url(/img/landing_pages/uk005/title_enter_password.gif) top left no-repeat;
}

h2.title-confirmation {
  width: 320px;
  height: 28px;
  margin: 160px auto 20px auto;
  background: url(/img/landing_pages/uk005/title_confirmation.gif) center no-repeat;
}

h2.title-failure {
  width: 219px;
  height: 28px;
  margin: 160px auto 20px auto;
  background: url(/img/landing_pages/uk005/title_failure.gif) center no-repeat;
}

h3.text-enter-mobile-phone {
  width: 255px;
  height: 14px;
  margin-bottom: 8px;
  background: url(/img/landing_pages/uk005/text_enter_mobile_phone.gif) top left no-repeat;
}

h3.text-enter-pin-number {
  width: 225px;
  height: 14px;
  margin-bottom: 8px;
  background: url(/img/landing_pages/uk005/text_enter_pin_number.gif) top left no-repeat;
}

input {
  font-size: 18px;
}

input.textfield-three-chars {
  width: 70px;
}

input.textfield-four-chars {
  width: 100px;
}

input.textfield-ten-chars {
  width: 190px;
}

input.textfield-pin {
  width: 100px;
}


input.submit {
  vertical-align: top;
}

.button-enter-site {
  display: block;
  width: 126px;
  height: 28px;
  margin: 0 auto;
  background: url(/img/landing_pages/uk005/button_enter_site.gif) top left no-repeat;
}

.button-enter-site span {
  display: none;
}

.text-narrow {
  width: 275px;
}
.text-narrow  p {
  text-align: center;
}

.align-center {
  text-align: center;
}

.white {
  color: #fff;
}


.clear {
  clear: both;
}

.error {
  color: #f00;
}

