.t-invisible {
    display: none;
}

IMG.t-autoloader-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url( ajax-loader.gif );
}

IMG {
    border: none;
}

INPUT.t-autocomplete-text {
	width: 40px;
}

DIV.t-autocomplete-menu {
	width: 100%;
	background: #eee;
	float: left;
	z-index: 9999;
	
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}

DIV.t-autocomplete-menu UL {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

DIV.t-autocomplete-menu LI {
	font-size: 11px;
	font-weight:normal;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 3px;
	cursor: pointer;
}

DIV.t-autocomplete-menu LI.selected {
    color: black;
    font-weight: bold;
}




