#extsearch ul {
	list-style: none;
	padding: 0px;
}
#extsearch ul li {
	display: inline-block;
	#float: left;
	padding: 0px;
}
#extsearch ul li a {
	width: 100px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	display: block;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background: #000;
	color: white;
}
#extsearch ul li a.active {
	background: white;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#musiciandiv { display: none; }
#banddiv, #musiciandiv {
	float: none;
	clear: both;
	margin-top: -1px;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid #000;
	width: 350px;
}
#styleselect {
	width: 200px;
	padding-left: 5px;
	height: 100px;
	border: 1px solid #999999;
}
#extsearch .hint {
	font-size: 10px;
}