/* CSS Document */

.bettertip {
  /*background: url("tool.png") no-repeat scroll left center rgb(0, 0, 0);*/
  border-radius: 5px;
  display: none;
  padding: 10px 30px;
  position: fixed;
  z-index: 999999999999999999;
  background-color: #f80039 !important;
  /*border: 0px solid #f5f5f5;*/
}
.bettertip:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 7px #f80039 !important;
	border-bottom: 7px solid transparent;
	border-right-color: #f80039 !important;
	right: -7px;
	top: 12px;
	content: '';
}

.bettertip:after {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 7px solid #f80039;
	border-bottom: 7px solid transparent;
	right: -7px;
	top: 12px;
	content: '';
}