div#finder_pk .counter {
	position: relative;
	display: inline-block;
	border: 1px solid #135195;
	border-radius: 3px;
	background: #fff;
}

	div#finder_pk .counter input {
		display: inline-block;
		font-family: inherit;
		
		border: 0;
		background: #fff;
		padding: 7px 8px;
		
		color: #135195;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 1px;
		
		text-align: center;
		
		max-height: 32px;
	}


	div#finder_pk .counter .counter-plus, 
	div#finder_pk .counter .counter-minus {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
		padding: 10px 13px;
		background: #135195;
		color: #fff;
		transition: all 0.5s ease;
	}
	
	div#finder_pk .counter .counter-plus:hover, 
	div#finder_pk .counter .counter-minus:hover {
		background: #2267b3;
	}
		
		
	div#finder_pk .counter p {
		position: absolute;
		left: -210px;
		bottom: 16px;
		width: 200px;
		font-size: 15px;
		color: Black;
	}

	div#finder_pk .counter .help {
		cursor: pointer;
		left: 5px;
		top: -28px;
		position: absolute;
	}
	
