fieldset { 
	position: static !important;
}
.TypeAhead {
	background-color:#FFC;
	border: 1px solid #aaa;
	width: inherit !important;	
}
.THHideDropDown {
	display: none;
}
.THShowDropDown {
	display: block;	
	position: absolute;
	z-index: 99;
	background-color: #FBFBF9;
	border: 1px solid #ccc;
	padding: 3px;
	cursor: pointer;
}
.THShowDropDown ul {
	margin: 0;
	padding: 0;
}
.THShowDropDown ul li {
	list-style-type: none;
}
.THLIHover {
	background-color: #FFFFCC;
}
