﻿.SearchControl
{
    background:url(search-bg.gif) no-repeat top;
    /*position:relative; top:3px; left:0px;*/
    float:left; 
    position:relative; top:40px; left:30px;
    z-index:4000;
    width:184px;
    height:24px;
}

.inputStyle2
{
    margin-left: 8px;
    background-color:white;   
    border: none;
    /*margin-bottom:3px; */
    margin-top:3px;
    width: 145px; height:15px;
}
.searchResult
{
    font-family:Verdana; font-size:11px;
     z-index: 7000;
     position: absolute;
     top: 30px;    
     left: 2px;
     margin-top: 5px;     
     max-width: 180px;
     min-width: 180px;
	 width: expression(this.scrollWidth  < 200 ?  "180px" : "180px" );
	 /*width:expression(this.width <200 ? 200: true);	*/ /*_width:200px;*/
	 max-height: 200px; /*height:expression(this.height>400 ? 400:true);*/
	 height: expression( this.scrollHeight > 200 ?  "200px" : "auto" );
	 list-style-type: none;
	 overflow: auto;
	 color: #4d595b;
	 /*color:#67431B;*/	
	 background-color:white;
	 border: 1px solid #c2c2c2;
	 text-align: left;
	 margin: 0;
	 padding: 0;
}
.inputPrefix{font-weight: bolder;}
.noClass{display: none;}
