
input {
color:#333;
border:1px solid #333;
background-color:#EEECD9;
font: normal 11px Arial, sans-serif;

}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Autocompletion */




ul.contacts  {
	
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left; clear: both;
}

ul.contacts li.selected 
{ 

color:#000;
background-color: #F19828; 
cursor: pointer;  clear: both;
}

li.contact {

	list-style-type: none;
	display:block;
	margin:0;
	padding:2px; clear: both;
}

 .update{
	z-index:1000;
	position:absolute;	
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	position:absolute;	
}

