#lc-prompt {
  position: fixed;
  bottom: 0;
  right: 13px;
  width: 270px;
  height: 295px;
  z-index: 9999999999;
  background: transparent url(images/prompt.png) no-repeat scroll 0 0;
  background-size: cover;
  box-shadow:         0px 0px 10px #888888;
  -moz-box-shadow:    0px 0px 10px #888888;
  -webkit-box-shadow: 0px 0px 10px #888888;
}

#lc-prompt .close-button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#lc-prompt .start-button {
  position: absolute;
  bottom: 4px;
  left: 5px;
  width: 255px;
  height: 40px;
  cursor: pointer;
}
