html {
  height: 100%;
}

body {
  height: auto !important;
  _height: 100%;
  background-color: #ffffff;
  font-family: arial;
}

.productImageContainer {
  width: 600px;
  height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -345px;
  margin-left: -250px;
  text-align: center;
}

.launchButtons {
  position: absolute;
}
.productImageContainer #launchedText {
  text-decoration: none;
  font-size: 12px;
  margin: 15px 0;
  margin-left: 20px;
  display: none;
}

.productImageContainer a i {
  margin-top: 2px;
}

#launcherLoading {
  margin: 10px;
}

#launcherLoading div {
  background-image: url(../images/ajax-loader-small.gif);
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.native-launcher-message {
  display: block;
  font-size: 12px;
  padding: 6px 9px;
  color: #8b6d39;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.btn-link {
  border-color: transparent;
  color: #0088cc;
}

.native-launcher-btn-link {
  color: #0078b4;
}
