.formdiv
{
	display: block;
	}

.srchresult{
	height:460px;
	width:700px;
	overflow: auto;
	display: none;
	padding-left:11px;
}


#txtLocHint, #txtLocHint1, #txtLocHint2 {
  position: absolute;
  z-index:1000;
 
  background-color:#ffffff;
  /*filter: alpha (opacity=92);*/
  width : 275px;
  border: 1px solid #000;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  /*display: inline; 
  margin-top : -2px;       */
}

#txtQtHint {
  position: absolute;
 z-index:9;
  background-color:#ffffff;
  width : 298px;
  /*filter: alpha (opacity=92);*/
  border: 1px solid #000;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  display: inline; 
  margin-top : -2px;
  background-color: blue;
}

#txtQ2tHint {
  position: absolute;
 z-index:9;
  background-color:#ffffff;
  width : 298px;
  /*filter: alpha (opacity=92);*/
  border: 1px solid #000;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  display: inline; 
  margin-top : -2px;  
  background-color: red;
}
#txtQ3tHint {
  position: absolute;
 z-index:9;
  background-color:#ffffff;
  width : 298px;
  /*filter: alpha (opacity=92);*/
  border: 1px solid #000;
  overflow : hidden;  
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-family: Arial;
  display: inline; 
  margin-top : -2px;  
  background-color: red;
}

.highlight {
  background-color: #c3c28a;
  color: 000;
   z-index:9;
  border-left:0;
  border-right:0;
  border-top: 1px solid #828047;
  border-bottom: 1px solid #828047;  
  line-height: 13px;
  font-weight:bold;
  
}
.unhighlight {
  background-color: #FFFFFF;
  border-left:0;
  border-right:0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;     
  line-height: 13px;
  font-weight:normal;
}
.number {
   font-weight: normal;
   font-size: 9px;
   font-family: Arial;
   color: rgb(0, 128, 0);
   position: relative;
   right:2;
   float: right;
   margin-top:-13px;
}
.name {
  
}
