#pushup {
  position: fixed;
  top: 3px;
  right: 3px;
  margin: 0px;
  padding: 4px;
  height: 40px !important;
  width: 240px !important;
  background: #fafafa;
  border: 1px solid #000;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
* html #pushup {
  position: absolute;
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  margin-right: 3px;
  line-height: 12px;
  margin-top: 4px;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 11px;
  color: #000;
  margin-left: 28px;
  width: 150px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }