#quickbar-help .help-icon {
  background: url('../images/help.png') no-repeat scroll 0 0 transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
}

#quickbar-help.not-active .help-icon {
  background-position: 0 bottom;
  cursor: default;
}

#quickbar-help-box {
  background: none repeat scroll 0 0 #333;
  border: 1px solid #222;
  border-radius: 6px;
  color: #FFF;
  display: none;
  font-size: 12px;
  left: 50%;
  margin-left: -270px; /* Half of width + padding */
  padding: 10px 20px;
  position: fixed;
  top: 50px;
  width: 500px;
  z-index: 1000000;
}

#quickbar-help-box .close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: url('../images/close.png') no-repeat scroll 0 0 transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#quickbar-help-box p {
  margin: 0 0 1em 0;
}

#quickbar-help-box p:last-child {
  margin-bottom: 0;
}

/* Compatibility with quickbar_organize module */
#quickbar #quickbar-right {
  margin-right: 25px;
}