div.suggestions {
   width:355px; 
	border: 1px solid  #CCCCCC;
   position: absolute;  
	background:#eee;
	font-family:Arial; 
	font-size:12px;
	
}

div.suggestions div {
   cursor: default;
   padding: 0px 3px;
	width: 330px;
	background-color:#eeeeee;
 
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
	width: 350px;
	
}
form {
font-family:Arial; 
font-size:12px

}

