@charset "utf-8";

div.searchResult  
{
	
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	background-color: white;
	border: 2px solid black;
}  
