#signup-mobile-button {
  width: 21px;
  height: 21px;
  margin-right: 25px;
  background: transparent url(http://static.fleshlight-international.eu/interface/3.0/sprites.png?lang=en&skin=r) 0 -117px no-repeat;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  margin: 7px 0 0;
  position: absolute;
  right: 199px;
}
#signup-mobile {
  margin: 7px 0 0;
  height: 12px;
  padding: 4px;
  border: 0;
  font-size: 11px;
  color: #333;
  width: 120px;
  position: absolute;
  right: 220px;
}
.tooltip-help {
  position: absolute;
  background-color: #333;
  display: none;
  color: white;
  right: 133px;
  width: 200px;
  top: -150px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  z-index: 1;
}
.tooltip-help :before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  right: 90%;
  border: 5px solid transparent;
  border-top-color: #333;
}
.tooltip-help .error {
  color: red;
  visibility: hidden;
  float: left;
}
.tooltip-container {
  position: relative;
}
#mobile-thanks {
  text-align: center;
}
