.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.content {
    position: relative;
    width:auto;
    display:inline-block; 
	-webkit-appearance: textfield;
	border: 2px inset;
    padding:1px 2px; 
	height:15px !important; 
	line-height: 15px; 
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	border-image: initial; 
	float:left;  
}

.content .btnicon {
    position: absolute;
	top: 0px;
	right: 0px;
	background: url('menu-item-down.gif') no-repeat 50% 50% transparent ;
	height: 100%;
	width: 16px; 
	display: block;
	clear:both;
	overflow:hidden;cursor:pointer;
	z-index:10; 
	display:inline-block;   
}

input{  
	padding:1px 2px;  
	box-sizing:content-box;  
}
input[type="button"]{  
	padding: 1px 6px !important;   
}
.content .ac_input { 
	padding:0 !important; 
	margin: 0;
	z-index: 1;
    border: 0;
	cursor:text;  
	outline:none;  
	height: 15px;
	line-height: 15px;
	overflow:hidden;
  
}
/*
.content .ac_inputinp {
	width: 30px;
	padding:0;
	margin: 0;
	z-index: 1;
	background:none;
	padding-right:16px;
	border: 1px solid #808080;
   border: 0;
	cursor:text;  
	outline:none;  
	height: 16px;
	line-height: 16px;
	overflow:hidden;
  
}*/

.btnfirst {
  background: url('icon-first.gif') no-repeat  ;
  background-position:0px 0px;
  width: 16px;
  height: 16px;
  display: block; margin-left:2px; margin-top:2px;
  float: left; overflow:hidden;
}
.btnprev {
  background: url('icon-prev.gif') no-repeat  ;
  background-position:0px 0px;
  width: 16px;
  height: 16px;
  display: block; margin-left:2px; margin-top:2px;
  float: left; overflow:hidden;
}
.btnnext {
  background: url('icon-next.gif') no-repeat  ;
  /*background-position:0px -16px;*/
  background-position:0px 0px;
  width: 16px;
  height: 16px;
  display: block; margin-left:2px; margin-top:2px;
  float: left; overflow:hidden;
}
.btnlast {
  background: url('icon-last.gif') no-repeat  ;
  background-position:0px 0px;
  width: 16px;
  height: 16px;
  display: block; margin-left:2px; margin-top:2px;
  float: left; overflow:hidden;
}
.btnclose {
 /* background: url('cross.gif') no-repeat  ;*/
  background-position:0px 0px;
  width: 32px;
  height: 16px;
  display: block; margin-left:2px; margin-top:2px;
  float: right; overflow:hidden;
}
fieldset {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}