.counter {
	position: absolute;	
	background-repeat: no-repeat;
	background-position: 27px 0px;
	height: 41px;
}

.counter input {
	background-repeat: no-repeat;
	border: 0px;
	color: #04336a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	position: absolute;
	left: 30px;
	top: 5px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	font-size: 23px;
}

	.counter-1digits input {
		
	}

	.counter-2digits input {
		
	}

	.counter-3digits {
		width: 139px;
	}
		.counter-3digits input {
			width: 55px;
		}

	.counter-4digits {
		width: 160px;
	}
		.counter-4digits input {
			width: 77px;
		}
		
	.counter-5digits input {
		
	}
	
	.counter-6digits {
		width: 188px;
	}	
		.counter-6digits input {
			width: 108px;
		}
		
		
	.counter-type-blankCounter.counter-3digits {
		background-position: 27px 0px;
		width: 116px;
	}
		.counter-type-blankCounter.counter-3digits input {
			width: 55px;
		}
				

.counter .arrowUp, .counter .arrowDn {
	position: absolute;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 26px;
	height: 26px;
	top: 5px;
}
	.counter .arrowUp {
		right: 0px;
		background-image: url(../img/digitInput_arrowUp.png);
	}
	.counter .arrowDn {
		left: 0px;
		background-image: url(../img/digitInput_arrowDn.png);
	}
	
	
.counter p {
	position: absolute;
	left: 0px;
	bottom: 47px;
	width: 100%;
	font-size: 12px;
	color: #04336a;
	text-align: center;
	font-size: 13px;
}

.counter .help {
	cursor: pointer;
	left: 5px;
	top: -28px;
	position: absolute;
}