/* autofill */
.menu,
.frame {
	position:absolute !important;
	z-index:9959 !important;
	display:none;
	margin-top:1.65em;	
}

.menu.show,
.frame.show {
	display:block;
	font-size: 11px;
}

.frame {
	z-index:9958;
}

.menu
{
	scrollbar-face-color: #fffced;
	scrollbar-shadow-color: #b9b7aa;
	scrollbar-highlight-color: #fffced;
	scrollbar-3dlight-color: #b9b7aa;
	scrollbar-darkshadow-color: #E1E1E1;
	scrollbar-track-color: #eeebdd;
	scrollbar-arrow-color: #333;
	text-align:left;
	background-color: white;
	z-index: 11;
}
   
