@media screen and (-webkit-min-device-pixel-ratio:0){
	a.button span{
			padding-top: 2px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	button.button span{
		margin-top: -1px;
		padding-top: 6px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	button.grey_disabled span{
			padding-top: 4px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	button.button span{
		background-position: 0% 0.9%;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	input.submitResultsPerPage{
		margin-top:-1px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	input.PageSystemInput{
		padding-bottom:1px;
		height:14px;
		line-height:12px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#topNavigation #vacancysearch{
		padding:2px 0 0 20px
	}
}