#ubersearch{
	border: 1px solid;
	/*position: absolute;*/
	display: none;
	z-index: 100;
	background: #FFF;
	margin: auto;
	/*height: 300px;*/
	overflow-x: hidden;
	overflow-y: auto;
	width: 150px;
	height: 250px;
}

#uberresult{
	margin: 5px;
	text-align: left;
	font-size: 8pt;
}

.ubersidebox{
	postition: relative;
}

#uberfooter{
	width: 100%;
	background-color: #FFF;
	color: #000;
}

#uberfooter a:link{
	color: #424348;
}
#uberfooter a:visited{
	color: #424348;
}
#uberfooter a:active{
	color: #424348;
}
#uberfooter a:hover{
	color: #424348;
}
#close_uber{
	font-weight: bold;
	background-color: white;
	color: red;	
}