header {
	margin-bottom: 10px;
	margin-top: 20px;
}

	header .logo {
		width: 446px;
		height: 39px;
		background: url("/Content/Images/rcLogo.png") no-repeat;
	}

	header .language {
		text-align: right;
		font-size: 1.2em;
		padding-top: 10px;
	}

	header #searchBar {
		text-align: right;
	}

		header #searchBar input[type=text].muted {
			color: #999;
		}

		header #searchBar input[type=submit] {
			border: none;
			width: 30px;
			height: 30px;
			background: transparent url(/Content/Images/search-icon.png) no-repeat center top;
			text-indent: -1000em;
			cursor: pointer; /* hand-shaped cursor */
		}
