.search .button:hover{  
	width: 91px; 
	height: 32px; 
	border: 0; 
	font-size: 14px; 
	background: #ddd url(../pic/search_buton_bk.png) no-repeat -91px; 
	cursor: pointer;
}

.search .button:active{  
	width: 91px; 
	height: 32px; 
	border: 0; 
	font-size: 14px; 
	background: #ddd url(../pic/search_buton_bk.png) no-repeat -182px; 
	cursor: pointer;
}

#remove{
	width:16px;
	height:16px;
	left: 90px;
    position: absolute;
    cursor: pointer;
}

.browsingHistory-none{ 
	font-size:14px; 
	color:#333333;  
	font-weight:bold; 
	width:70px; 
	float:left;  
	line-height: 18px; 
	padding-right: 14px; 
	left:5px;
	position: relative;
}