#suggestions_div {
	visibility : visible;
	/*top : 317px;
	left : 615px;*/
	position : absolute;
	z-index : 99;
	float:left;
	margin:0 0 0 224px;	
	top:317px;
	width : 234px;
	height:70px;
}

#suggestions_table {
	border : 1px solid black;
	font-size : small;
	border-spacing : 0px;
	width : 234px;
	background-color: white;
	cursor : default;
}

.suggestions_keyword {
	padding-left : 4px;
}

.suggestions_row:hover {
	background-color: #4169E1;
	color:white;
}

.suggestions_result {
	color : #FF295C;
	float : right;
	padding-right : 4px;
	text-align: right;
}

.suggestions_close {
	float : right;
	padding-right : 4px;
	cursor : pointer;
	color : blue;
	text-decoration : underline;
	text-align: right;
}

tr.suggestions_row:hover .suggestions_result {
	color:white;
}
