.searchPopupParent{
	margin-top:2px;
	position:absolute;

}
.searchPopupTriangle{
	margin-left:50px;
	border-right:20px solid white;
	border-left:20px solid white;
	border-bottom:15px solid #E8EEF7;
	width:0px;
}
.searchPopupHead{
	background-color:#E8EEF7;
	width:200px;
	height:25px;
	-moz-opacity:0.95;
	filter:alpha(opacity=95);
}
.searchPopupTitle{
	margin-left:5px;
	margin-top:2px;
	float:left;
}
.searchPopupClose{
	border:1px solid black; 
	margin:5px;
	width:15px;
	font-size:12px;
	font-weight:bold;
	float:right;
}
.searchPopupMinimize{
	border:1px solid black; 
	margin:5px;
	width:15px;
	font-size:12px;
	font-weight:bold;
	float:right;
}
.searchPopupResultList{
	background-color:#E8EEF7;
	width:200px;
	-moz-opacity:0.95;
	filter:alpha(opacity=95);
}