table.searchForm th.prompt
{
	background: #ddd /*transparent*/ ;
	color: black;
}

table.searchForm td.data
{
	background: #eee /*transparent*/;
}

ul.searchInputOptions {
	list-style-type: none;
	padding-left: 0px;
}

ul.searchInputOptions li {
	float: left;
}

ul.searchButtons
{
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.searchButtons li
{
	float: left;
	padding-right: 2px;
	border: none;
}
