.divApankAutocomplete{
    position:absolute;
    margin-top: 5px;
    z-index:999999;
	text-align: right;
}
.divApankAutocompleteTop{
	left: 0px;
    position:absolute;
    z-index:999999;
	text-align: right;
	width: 100%;
}
.loadingAutocompleteApank{
    background: url(../apankPlugin/loader.gif) no-repeat;
    background-position: right;
}
.tableAutoComplete{
	width: 100%;
	font-size: 12px;
	background-color: #cfcfcf;
}
.tableAutoComplete thead tr td{
	background:url('../apankPlugin/input.png') 0 0 repeat-x;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.tableAutoComplete tbody tr td{
	padding: 5px;
	text-align: left;
}
.tableAutoComplete tr td{
	background-color: #fff;
	padding: 5px;
}
.divAutoComplete{
	width: 100%;
	font-size: 12px;
	background-color: #cfcfcf;
}
.divAutoComplete thead tr td{
	background:url('../apankPlugin/input.png') 0 0 repeat-x;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}.divAutoComplete tr td{
	background-color: #fff;
	padding: 5px;
	text-align: left;
}
.divApankAutocompleteManual{
    position:absolute;
    margin-top: 5px;
    z-index:999999;
	text-align: right;
}
