/**
 * Opera specific styles. Be sure to prefix all styles in here 
 * with .opera (.opera8, .opera9)
 */

/* Align country flag and properly */
.opera .breadcrumb img.flag {
	/* Same as webkit */
	margin: 3px -16px 0 0;
}

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

/* Checkboxes in Opera need to be manually styled, otherwise they are too small */
.opera input.checkbox, .opera .form input.checkbox {
	width: 14px;
	height: 14px;
	padding: 1px;
	border-style: none;
}

/* Fix positioning of checkboxes on search filter */
.opera .searchFilter .form input.checkbox {
	margin-top: 8px;
	margin-left: 4px;
}

.opera #topnav .search .submit {
	height: 29px;
}

/* To fix float issues in the search filter */
.opera .searchFilter li {
	padding-top: 0;
	padding-bottom: 1px;
}

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

/* Alignment of contents on search results page */
.opera .content.search {
	margin-left: 18px;
}

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

