.button{
   background: #333;

   padding: 3px 5px 3px 5px;
   margin: 0px 2px 2px 0px;
   color: #fff;
   text-decoration: none;
   font-weight: bold;
   line-height: 1;
   border-radius: 10px;
   text-align:center;
   border-bottom:none;
   position: relative;
   cursor: pointer;
 	
}

.button:hover {
   background: #222;

   padding: 3px 5px 3px 5px;
   margin: 1px 1px 1px 1px;
   color: #eee;
   text-decoration: none;
   font-weight: bold;
   line-height: 1;
   border-radius: 10px;
   text-align:center;
   border-bottom: none;
   position: relative;
   cursor: pointer;
	behavior: url(ie-css3.htc); 
}

.button:active {
   background: #111;

   padding: 3px 5px 3px 5px;
   margin: 2px 0px 0px 2px;
   color: #ddd;
   text-decoration: none;
   font-weight: bold;
   line-height: 1;
   border-radius: 10px;
   text-align:center;
   border-bottom: none;
   position: relative;
   cursor: pointer;
   behavior: url(ie-css3.htc); 
}