﻿.btn-bevel.btn-default {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e7e7e7));
  background: -webkit-linear-gradient(top, #fff, #e7e7e7);
  background: -moz-linear-gradient(top, #fff, #e7e7e7);
  background: -o-linear-gradient(top, #fff, #e7e7e7);
  background: -ms-linear-gradient(top, #fff, #e7e7e7);
  background: linear-gradient(top, #fff, #e7e7e7);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#e7e7e7",GradientType=0)";
  text-shadow: 0 1px 0 #fff; }

.btn-bevel.btn-primary {
  background: #fe319a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe319a), color-stop(1, #ce006a));
  background: -webkit-linear-gradient(top, #fe319a, #ce006a);
  background: -moz-linear-gradient(top, #fe319a, #ce006a);
  background: -o-linear-gradient(top, #fe319a, #ce006a);
  background: -ms-linear-gradient(top, #fe319a, #ce006a);
  background: linear-gradient(top, #fe319a, #ce006a);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe319a", endColorstr="#ce006a",GradientType=0)";
  text-shadow: 0 -1px 0 #cc0069; }
