	.suggestionsBox {
		font-family: Helvetica;
		font-size: 11px;
		color: #000;
		position: relative;
		top:-40px;
		left:20px;
		margin: 0px 0px 0px 0px;
		width: 250px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		color: #fff;
		z-index:10;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #393B41;
		color:#F399C0;
	}

	.friendList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.friendList li:hover {
		background-color: #393B41;
		color:#F399C0;
	}

#searchInstruction{
	position:relative;
	top:50px;
	left:160px;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}

#searchBox{
	position:relative;
	top:0px;
	left:0px;
	height:30px;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight:bold;
	color:#393B41;
}