/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


.numbers-row{
	position:relative;
}

label {

}


.button {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display:block!important;
  text-align: center;
  /*background: url(images/buttons.png) no-repeat;*/
  margin:0;
  background-color:#eee;
  width:50px;
  height:50px;
  line-height:50px;
  position:absolute;
  font-size:26px;
  color:#666;  

}
.dec {
  background-position: 0 -16px;
  top:0!important;
  border-radius:3px 0 0 3px;
  
}
.inc {
  background-position: 0 -16px;
  top:0!important;
  left:100px;
  border-radius:0 3px 3px 0;
  
}

.buttons {
  padding: 0px 0 0 0px;  
}