body, #searchfield {
	font: 16px arial, helvetica, sans-serif;
}

.suggestions {
	background-color: #ffC;
	color:#555;
	padding: 2px 6px;
	border: 1px solid #000;
}

.suggestions:hover {
	background-color: #69F;
}

#popups {
	position: absolute;
	margin:5px auto;
	padding:5px;
	width:20%;
}

.top_div {
	background:url('images/definition_top.gif') no-repeat;
	color:#000000;
	font-size:18px;
	text-align:center;
	padding: 5px 35px 0 5px;
	height:42px;
}
.definition {
	background:url('images/definition_mid.gif') repeat-y;
	color:#555;
	font-size:15px;
	padding: 0px 40px 0 5px;
}
.bottom_div {
	background: url('images/definition_bottom.gif') no-repeat;
	color:#ff0000;
	text-align:right;
	padding: 5px 40px 0 5px;
	height:30px;
}

#definition {
	position: absolute;
	margin:-60px 0 0 -290px;
	padding:5px;
	width:300px;
}

#searchField.error {
	background-color: #FFC;
}
