input[type=number] {
	line-height: 33px;
	background-color: #ffffff;
	height: 40px;
	border: solid 1px #ccc;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
