#claim_fio {
	width: 300px;
}
#ac {
	width: 280px;
}

.ac_results {
	width: 280px;
	background: white;
	cursor: pointer;
	position: absolute;
	left: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 100%;
	z-index: 101;
}
.ac_results ul {
	width: 280px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	width: 280px;
	padding-left: 5px; 
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('/pict/indicator.gif') right center no-repeat;
}
.over {
	background: #0A246A;
	color: white;
} 
