			.autoComplete{
				position: absolute;
				background: #EEEEEE;
				border: #CCCCCC 1px dashed;
				visibility: hidden;
				xwidth: 150px;
				
			}
			
			.autoComplete div{
				width: 150px;
				padding-left: 4px;
				text-align: left;
			}
			
			.autoComplete div.over{
				background: #CCCCCC;
			}