.stepper-wrap{ position:relative; margin:0 0 0 30px !important; }
.stepper-wrap input{ border-top-left-radius:0 !important; border-bottom-left-radius:0 !important; }
.stepper-btn-wrap{ position:absolute; top:0; left:-30px; width:30px; height:100%; overflow:hidden; border:1px solid #ccc; border-right:0; -webkit-border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px; -moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box; background-color:#ddd; background-image:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background-image:-webkit-linear-gradient(top, #eee, #ddd); background-image:-moz-linear-gradient(top, #eee, #ddd); background-image:-ms-linear-gradient(top, #eee, #ddd); background-image:-o-linear-gradient(top, #eee, #ddd); background-image:linear-gradient(top, #eee, #ddd); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eee', EndColorStr='#ddd'); -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.stepper-btn-wrap a{ display:block; height:50%; overflow:hidden; line-height:100%; text-align:center; text-decoration:none; text-shadow:1px 1px 0 #fff; cursor:default; color:#666; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; text-decoration:none; }
.stepper-btn-wrap a:first-child{ border-bottom:1px solid #ccc }
.stepper-btn-wrap a:hover{ background:rgba(255, 255, 255, 0.5); text-decoration:none; }