/**
 * WebKit browser engine specific styles. Notable browsers using WebKit are
 * Safari, NetNewsWire, OmniWeb, Shiira and Google Chrome. Be sure to prefix
 * all styles in here with .webkit
 */
 
/* Align country flag and properly */
.webkit .breadcrumb img.flag {
	/* Same as opera */
	margin: 3px -16px 0 0;
}

.webkit .tileSample .breadcrumb img.flag {
	/* Same as opera */
	margin-top: 5px;
}

/* Provide extra padding between button border and button text */
.webkit input.button, .webkit input.submit {
	/* Same as opera */
	padding-left: 4px;
	padding-right: 4px;
}

/* Alignment fix on photo upload page */
.webkit div.uploadActions {
	margin: 18px -400px 0 200px;
}

/* Remove right margin on search results page */
.webkit .content.search {
	margin-right: -220px;
}

/* Vertically align the "only" command in the search filter */
.webkit .searchFilter a.only {
	margin-top: 0;
}
