/*************/
/* TypeAhead */
/*************/
fieldset { 
	position: static !important;
}
/*.TypeAhead {
	background-color: orange;
	border: 1px solid #aaa;
	width: inherit !important;	
}*/
#THDropDown {
	display: block;	
	position: absolute;
	z-index: 99;
	background-color: #cecece;
	border: 1px solid #ccc;
	padding: 1px;
	cursor: pointer;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	line-height: 30px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 0px 12px 			rgba(0,0,0,.6); 
}
#THDropDown ul {
	margin: 0;
	padding: 0;
}
#THDropDown ul li {
	list-style-type: none;
}
.THLIHover {
	background-color: #AAAAAA;
}
