.kf_callus a.callbutton, a.callbutton, .callbutton{display:inline-block;
line-height:22px;
padding: 10px 38px 10px 12px;
background:#ff0000;
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:600;
color:#fff;
text-decoration:none;
position:relative;
border: 0px none !important;
border-radius: 4px;
}

.kf_callus a.callbutton:hover, a.callbutton:hover, .callbutton:hover{font-weight:600;background:#ff0000;color:#fff;transition:all 0.2s linear;background:-moz-linear-gradient(-45deg, #ff0000 0%, #860000 100%);background:-webkit-linear-gradient(-45deg, #ff0000 0%,#860000 100%);background:linear-gradient(135deg, #ff0000 0%,#860000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#860000',GradientType=1);}


a.callbutton:before, .callbutton:before{display: none;}
a.callbutton:after, .callbutton:after{
	content:'';
	position:absolute;
	background:url("../images/arr.png") no-repeat center top;
	right: 8px;
	top: 11px;
	box-sizing:border-box;
	width: 20px;
	height: 20px;
	}
