/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
.button {
  margin: 7px 0 0 5px;
  margin: 2px 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/buttons.png) no-repeat;
}
.dec { background-position: 0 -29px; }
.buttons { padding: 20px 0 0 140px; }