.credits {
	font-size: 12px;
	font-weight: normal;
}


.autofill-box {
	font-size:13px;
	z-index: 100;
	padding: 1px;
	background: #e5e5e5;
	border: 1px dotted #000;
	text-align: left;
}
.autofill-box li {
	padding: 2px 7px;
	border-bottom: 1px solid #CCCCCC;
	}
.autofill-box .selection {
	background: #AAF;
	color: #FFF;
}








div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 5px 3px;
	background-color:#FFFFFF;
	font-size:12px;
    border: 1px solid #CCCCCC;
	height:30px;
}

div.suggestions div.current {
/*    
	background-color: #3366cc;
    color: white;
*/
	background-color:#0033CC;
    color: white;
}