.mepr-price-box-button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:125px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
.mepr-price-box-button a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.mepr-price-box-button a:active {
	position:relative;
	top:1px;
}

div#users-manual-links {
  padding:0;
  margin:0;
}

div.top_level_item {
  padding:10px;
  margin:0;
  margin-bottom:8px;
  background:url("/wp-content/uploads/users-manual/top-level-item.png") top left repeat-x;
  font-size:15px;
  font-weight:bold;
  height:15px;
  color:white;
  line-height:1;
  border-radius:5px;
}

div#users-manual-links a,
div#users-manual-links a:visited {
  padding:0;
  margin:0;
  font-size:14px;
  text-decoration:none;
  margin-left:10px;
  margin-bottom:5px;
  padding-left:26px;
  background:url("/wp-content/uploads/users-manual/article.png") top left no-repeat;
  display:inline-block;
  height:16px;
  line-height:1.2;
  color:#015289;
}

div#users-manual-links a:hover,
div#users-manual-links a:active {
  color:#ffac1d;
}

.wpforms-container ul li:before {
    background-image: none !important;
}