ul.tob_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	height: 250px;
	border: 1px solid #cccccc;
	margin-bottom: 2px;
	width: 400px;
	overflow: auto;
	background-color: #ffffff;
}
ul.tob_list li {
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	background-color: #ffffff;
}
div#resizehandle {
	height: 1px;
	width: 400px;
	cursor: row-resize;
	border-bottom: 1px solid #66CCFF;
	border-top: 3px double #66CCFF;
	background-color: #ffffff;
}
div#tob_results {
	position: absolute;
}
div#search-element {
	width: 400px;
	height: 26px;
	background-image: url('/images/tob_search_bg.gif');
	background-repeat: no-repeat;
	border: 0px;
}
#name_search {
	cursor: pointer;
	float: right;
}
img#loading {
	visibility: hidden;
	float: right;
	padding-top: 5px;
}
input#text {
	width: 304px;
	height: 22px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	position: absolute;
	padding-top: 4px;
	padding-left: 7px;
}