.btn {
    padding: 7px 12px;
    text-shadow: none;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}.pull-left {
     float: left;
 }.btn {
      margin-top: 33px;
  }.btn-primary {
       color: #fff;
       text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
       background-color: #498dc8;
       *background-color: #357ebd;
       background-image: -moz-linear-gradient(top,#5697d0,#357ebd);
       background-image: -webkit-gradient(linear,0 0,0 100%,from(#5697d0),to(#357ebd));
       background-image: -webkit-linear-gradient(top,#5697d0,#357ebd);
       background-image: -o-linear-gradient(top,#5697d0,#357ebd);
       background-image: linear-gradient(to bottom,#5697d0,#357ebd);
       background-repeat: repeat-x;
       border-color: #357ebd #357ebd #245682;
       border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5697d0',endColorstr='#ff357ebd',GradientType=0);
       filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   }
a {
         color: #428bca;
         text-decoration: none;
     }.btn-warning {
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
          background-color: #e8ae49;
          *background-color: #e4a22d;
          background-image: -moz-linear-gradient(top,#eab65b,#e4a22d);
          background-image: -webkit-gradient(linear,0 0,0 100%,from(#eab65b),to(#e4a22d));
          background-image: -webkit-linear-gradient(top,#eab65b,#e4a22d);
          background-image: -o-linear-gradient(top,#eab65b,#e4a22d);
          background-image: linear-gradient(to bottom,#eab65b,#e4a22d);
          background-repeat: repeat-x;
          border-color: #e4a22d #e4a22d #af7816;
          border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab65b',endColorstr='#ffe4a22d',GradientType=0);
          filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      }.pull-right {
           float: right;
       }