.edbutton {
   border-top: 1px solid #878378;
   background: #b36500;
   background: -webkit-gradient(linear, left top, left bottom, from(#f18900), to(#b36500)); /**/
   background: -webkit-linear-gradient(top, #f18900, #b36500);
   background: -moz-linear-gradient(top, #f18900, #b36500);
   background: -ms-linear-gradient(top, #f18900, #b36500);
   background: -o-linear-gradient(top, #f18900, #b36500);
   padding: 2px 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:hand;
   cursor:pointer;
   width:110px;height:16px;  
   float:left;
   text-align:center;
   margin:10px 0;
   }
.edbutton:hover {
   border-top-color: #f18900;
   background: #f18900;
   color: #ff1928;
   }
.edbutton:active {
   border-top-color: #b36500;
   background: #b36500;
   }