.saerch_div{
	float:left;
	background-repeat:no-repeat;
	height:70px;
	padding:50px 0 0 50px;
	position:relative;
}
.txtsearch{
    border: 1px solid #DDDDDD;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 25px;
    left: -581px;
    line-height: 20px;
    padding: 3px 5px;
    position: relative;
    top: 4px;
    width: 182px;
}
.btnsearch{
	background-color:#ADC3CD;
	color:white;
	padding: 7px 20px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#ajax_search_result{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-right: 1px solid #DDDDDD;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: black;
    display: none;
    left: -581px;
    position: relative;
    text-align: right;
    top: 4px;
    width: 234px;
    z-index: 1004;
	

}
#ajax_search_result div
{
	height:25px;
	font-size:11px;
	line-height:25px;
	border-bottom:1px #eee solid;
	cursor:pointer;
	
	text-align:right;
	
}
.ajax_search_row_odd{
	background-color:#e5eaec;
	text-align:right;
	z-index:1004;
	overflow:hidden;
	padding:0 5px;
}
.ajax_search_row_even{
	background-color:#fff;
	text-align:right;
	z-index:1003;
	overflow:hidden;
	padding:0 5px;
}
.ajax_search_row_select
{
	background-color:#bbd3de;
	text-align:right;
	z-index:1002;
	overflow:hidden;
		padding:0 10px;
}