.chatfuelbutton {
   border: 1px solid #757575;
   background: #c20000;
   background: -webkit-gradient(linear, left top, left bottom, from(#eb2828), to(#c20000));
   background: -webkit-linear-gradient(top, #eb2828, #c20000);
   background: -moz-linear-gradient(top, #eb2828, #c20000);
   background: -ms-linear-gradient(top, #eb2828, #c20000);
   background: -o-linear-gradient(top, #eb2828, #c20000);
   background-image: -ms-linear-gradient(top, #eb2828 0%, #c20000 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.chatfuelbutton:hover {
   border: 1px solid #474747;
   text-shadow: #000000 0 1px 0;
   background: #910000;
   background: -webkit-gradient(linear, left top, left bottom, from(#b81c00), to(#910000));
   background: -webkit-linear-gradient(top, #b81c00, #910000);
   background: -moz-linear-gradient(top, #b81c00, #910000);
   background: -ms-linear-gradient(top, #b81c00, #910000);
   background: -o-linear-gradient(top, #b81c00, #910000);
   background-image: -ms-linear-gradient(top, #b81c00 0%, #910000 100%);
   color: #fff;
   }
.chatfuelbutton:active {
   text-shadow: #000000 0 1px 0;
   border: 1px solid #0a3c59;
   background: #520000;
   background: -webkit-gradient(linear, left top, left bottom, from(#851f00), to(#910000));
   background: -webkit-linear-gradient(top, #851f00, #520000);
   background: -moz-linear-gradient(top, #851f00, #520000);
   background: -ms-linear-gradient(top, #851f00, #520000);
   background: -o-linear-gradient(top, #851f00, #520000);
   background-image: -ms-linear-gradient(top, #851f00 0%, #520000 100%);
   color: #fff; }
   
a.chatfuelbutton {
	font-weight: bold;
	color: #fff;
   }