.stepper-wrap {
	position: relative;
	display: inline-block;
	font: 11px Arial, sans-serif;
}
.stepper-wrap input {
	text-align: right;
	padding-right:3px;
}
.numberstep {
	margin-bottom:5px;
	border:solid 1px #FFF;
}
.stepper-btn-wrap {
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 100%;
	overflow: hidden;
	border: 1px solid #FFF;
	border-left: 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: rgba(255, 255, 255, 0.25);
/*	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: none;
	height: 50%;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stepper-btn-wrap a:hover {
	background: rgba(255, 255, 255, 0.5);
}
