#searchPanel {
	clear: right;
	margin-top: 1.5em;
	width: 650px;
}

#searchBox {
	background-color: #e4f1ff;;
	padding: .7em;
}

div.searchTerm {
	color: #818181;
	height: 2em;
	line-height: 2em;
	position: relative;
}

div.searchTerm span.label {
	float: left;
	margin-right: .3em;
	width: 300px;
}

div.searchTerm span.term {
	float: left;
	margin-top: 4px;
}

span.term input.text {
	border: 1px solid #818181;
	width: 220px;
}

div.searchTerm span.submit {
	position: absolute;
	right: 0;
	top: 5px;
}

span.submit input {
	background-color: #737A88;
	border: none;
	color: #FFFFFF;
	width: 95px;
}

span.submit input:hover {
	background-color:#000000;
	cursor: pointer; 
	cursor: hand;
}

