div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:Arial,sans-serif;
    font-size:10pt;
    border: 1px solid navy;
	border-right: 1px solid #3F6AC9;
    position: absolute; 
    background:white; 
}

div.suggestions div {
    cursor: default;
	/*width:305;*/
	margin:2pt;
    margin-left:0pt;
	margin-right:0pt;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:2px;
	height:15pt;
	line-height:15pt;
    overflow:hidden;
	background:#F8F8F8;
}

div.suggestions div.link {
    
	cursor: default;
    color: navy;
}

div.suggestions span { /* BCBFF6 */
    cursor: default;
    background:#7CA9FF;
}

div.suggestions div.current {
    cursor: pointer;
    background-color: navy;
    color: white;
}

div.suggestions div.current span {
    cursor: pointer;
    background-color: navy;
    color: white;
	
}

div.suggestback {
	background:navy;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 44px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#txt1 {
	top:0px; 
	left:0px;
	width:330px;
	background:#6C99F3;
	color:#1C49A3;
}

::-moz-selection{
	background:navy;
	color:white;
}

#txt1:selection {
	background:navy;
	color:white;
}


