
.suggestion_list {
	background: white;
	border: 1px solid;
	padding: 4px;
}
	
.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
.suggestion_list a {
	text-decoration: none;
	color: #007904;
}
	
.suggestion_list .selected {
	background: #007904;
	color: white;
}
	
.suggestion_list .selected a {
	color: white;
}

#autosuggest {
	display: none;
	overflow: auto;
	height: 75px;
	width: 150px; 
	
}

h5 {
	color: #007904; font:14px arial; font-weight: bold;
}

.copy {
	color: #0E0E0E;
	font-size: 11px;
	font-family: verdana;
}
.red {
	color: #B42F1E;
}
