#topBar {
	width: 978px;
	height: 30px;
	margin: 0 auto;

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#topBar div.username,
#topBar div.password,
#topBar div.buttons,
#topBar div.possibilities {
	float: left;
	padding-left: 15px;
	padding-top: 7px;
}

#topBar div.label,
#topBar div.input {
	float: left;
}

#topBar div.input input {
	height: 15px;

	padding: 0;
	margin-left: 2px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topBar div.buttons div.auto {
	float: left;
}

#topBar div.button {
	float: left;
	margin-left: 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topBar div.button input {
	background: none;
	border: none;
	margin-top: -1px;
	height: 15px;
}

#topBar div.possibilities div.createAccount {
	float: left;
}

#topBar div.possibilities div.forgotPassword {
	float: left;
	padding-left: 10px;
}

#topBar div.userMenu ul.hMenu li {
	margin-top: 6px;
}

#topBar div.userMenu ul.hMenu li:first-child {
	margin-left: 15px;
}

#topBar div.userMenu div.search {
	float: right;
}

#topBar div.userMenu div.search div.searchContainer {
	padding-top: 7px;
	padding-right: 15px;
}