.spinner {
  float:none;
  height:20px;
  line-height:20px;
}
.spinner input {
  float:left;
  width:40px;
  height:18px;
  line-height:20px;
  text-align:center;
  border:1px #dddddd solid;
  font-family:"dotum";
  font-size:11px;
  color:#888888;
  padding:0;
  margin:0;
  font-size:11px;
}
.spinner .buttons {
  float:left !important;
  width:13px;
  height:20px;
  padding-left:2px;
}
.spinner .buttons .up {
  width:13px;
  height:9px;
  line-height:9px;
  overflow:hidden;
  background:url(http://fiximage.10x10.co.kr/web2013/common/btn_num_up.png) no-repeat;
  margin:0;
  padding:0;
}
.spinner .buttons .down {
  position:relative;
  top:2px;
  width:13px;
  height:9px;
  line-height:9px;
  overflow:hidden;
  background:url(http://fiximage.10x10.co.kr/web2013/common/btn_num_down.png) no-repeat;
  margin:0;
  padding:0;
}