#search_request {
	position: absolute;
	margin-top: 2px;
	display: block!important;
	background: #fff;
	color: #000;
	font-size: 120%;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.search_request {
	display: block!important;
	padding: 0.1em .5em;
	line-height: 1.2em;
	overflow: hidden;
}

.search_request:hover {
	background: #FFF8DC;
	cursor: default;
}

.search_request * {
	cursor: default;
}

.search_request.selected {
	background: #FFE4C4;
}