@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Fix positioning of main search elements */
	#sidebar #search-block label#search-label {
		background: #ffffff url('images/search_label.jpg') no-repeat left 2px;
	}
	
	#sidebar #search-block label#main-search-button {
		background: #ffffff url('images/search_button.jpg') no-repeat left 3px;
	}
	
	/* Fix positioning of Single->ToolbarTop buttons and margin above/below ToolbarTop */
	.post-single .post-toolbar-top a.toolbar-button {
		top:0px;
	}
	
	.post-single table.post-toolbar-top {
		padding-top:4px;
		margin-bottom:2px;
	}
}