#content td.left {
	width: 400px;
}

#content #search-selection {
	list-style-type: none;
	padding: 0 0 21px 9px;
	margin: 0 5px;
	border-bottom: 1px solid #666;
}

#content #search-selection li {
	display : inline;
	margin: 0;
}

#content #search-selection li a {
	float: left;
	padding: 3px 10px;
	background: #EEE;
	cursor: pointer;
	height: 14px;
	border: 1px solid #AAA;
	border-bottom-color: #666;
	text-decoration: none;
	margin-left: 5px;
	outline: none;
}

#content #search-selection li a:hover {
	background: #FFF;
}

#content #search-selection li a.active {
	background: #FFF;
	border-color: #666 #666 #FFF #666;
	color: #000;
}

#content form {
	display: none;
	margin: 0 5px;
	background: #FFF url("images/search-form-bg.png") no-repeat left bottom;
	padding: 15px 15px 15px 15px;
}

/* Firefox hack. */
#content form td > input.button {
	margin-bottom: -6px;
}
