@charset "utf-8";
#search-bt {
	position: relative;
}
#searchTag {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 65px;
	left: 0px;
	width: 440px;
	height: 320px;
	line-height: normal;
	padding: 20px;
	color: #999;
	background: #fff;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	box-shadow: 0 1px 5px rgba(34,25,25,0.2);
	-moz-box-shadow: 0 1px 5px rgba(34,25,25,0.2);
	-webkit-box-shadow: 0 1px 5px rgba(34,25,25,0.2);
}
#searchTag a {
	font-size: 16px;
	color: #0077D2;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 36px;
}
#searchTag a:hover {
	color: #FFF;
	background-color: #71B7FF;
}
#tagClose{
	font-size: 12px;
	color: #CCCCCC;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}
#tagClose:hover{
	color: #71B7FF;
}