#pushup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  margin: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 50000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.pushup_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #pushup_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  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: left;
  margin-top:105px;
  z-index:1;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  line-height: 32px;
  vertical-align: middle;
  font-size:26px;
  text-align:center;
  margin-right:auto;
  margin-top:100px;
  z-index:5;
}

#pushup .pushup_reminder {
  float: left;
  width:100%;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
  font-size:16px;
  z-index:5;
}

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