#buscaselecao {
	display: none;
	position: absolute;			
	width: 280px;
	background-color: #FFFCC8;
	border: 1px solid #E7DF92;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#buscaselecao .titulo {
	width: 100%;
	height: 22px;
	background-color: #F9F099;
	border-bottom: 1px solid #E7DF92;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#buscaselecao .titulo p {
	padding: 4px;
	font-size: 12px;
	margin: 0;
	color: #333333;
	font-weight: bold;
}
#buscaselecao ul {
	margin: 6px 6px 6px 20px;
	padding: 0;			
}
#buscaselecao ul li {
	margin-bottom: 8px;
	font-size: 10px;
}
#buscaselecao .closeselecao {
	position: absolute;
	right: 10px;
	top: 6px;
	display: block;
	width: 9px;
	height: 9px;
	border: 1px solid #dfd78f;
	background: #FFFCC8 url('../img/ico_close_selecao.gif') center center no-repeat;
	font-size: 4px;
	text-indent: -3000px;
}