/* auto complete */

#autocomplete {
	position: absolute;
	left: 190px;
	border: 1px solid black;
	background: white;
	display: none;
	z-index: 10;
	height: 200px;
	overflow-y: auto;
}

#autocomplete table {
	width: 100%;	
}

#autocomplete tr.cur {
    background-color: #eee; 
}

.searchSample {
        color: #aaa;    
}

div.hider 
{ 
    display:none; 
    width:400px;
}
